-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (43 loc) · 735 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (43 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
# SQLite databases (project state, not source)
*.db
*.db-wal
*.db-shm
# Logs (rotated, can grow)
logs/
!logs/.keep
# Local virtualenvs / IDEs
.venv/
venv/
.idea/
.vscode/
*.swp
*.swo
# Build / packaging
build/
dist/
*.egg-info/
# OS noise
.DS_Store
Thumbs.db
# Generated workspace artifacts (per-run output, not source)
workspace/job_searches/
workspace/research/
workspace/plans/
# Phase 13 sidecar (regenerated every /jobsearch)
logs/last_scrape_stats.json
# Pytest + coverage
.pytest_cache/
.coverage
htmlcov/
# Backups (project root, kept locally)
backups/
Sentinel-Setup.exe
# Bot credentials (copy .env.example -> .env.bot, fill in your values)
.env
.env.bot
.env.local