-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (31 loc) · 744 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (31 loc) · 744 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
# --- Auth & local state (NEVER commit) -----------------------------
.env
.env.*
!.env.example
qwoted_sessions/
qwoted_pitches/
qwoted_opportunities/
*.cookies.json
storage_state.json
# --- Stage-3 generated stats pages (per-user output) ---------------
# Keep the example template under templates/ committed, but never
# commit any generated pages — they belong to the end user.
statistics_pages/
# --- Python --------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.pytest_cache/
# --- Editors / OS --------------------------------------------------
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# --- Logs / scratch ------------------------------------------------
*.log
.tmp/
tmp/