-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (78 loc) · 2.81 KB
/
.gitignore
File metadata and controls
89 lines (78 loc) · 2.81 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# ── Python ──────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
.venv/
venv/
.ruff_cache/
# ── Environment & Secrets ──────────────────────────────────────────
.env*
!.env.example
# ── Runtime Data ───────────────────────────────────────────────────
data/config.json
data/secrets.json
data/*.db
data/*.db-shm
data/*.db-wal
data/*_cache.json
data/auth_profiles.json
data/onboarding_state.json
data/.auth_key
data/audio/
data/branches/
data/jwt_keys/
data/test_timings.json
output/
# ── Logs ───────────────────────────────────────────────────────────
*.log
logs.txt
# ── Testing & Coverage ────────────────────────────────────────────
.coverage
.coverage_*
coverage.xml
coverage_html/
htmlcov/
.pytest_cache/
.mutmut-cache/
test_output.txt
# ── Node ──────────────────────────────────────────────────────────
node_modules/
coverage/
# ── TypeScript build output ───────────────────────────────────────
web/js/**/*.js
web/js/**/*.js.map
!web/js/__tests__/setup.js
web/dist/
# ── IDE & OS ───────────────────────────────────────────────────────
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~
# ── Temporary files ───────────────────────────────────────────────
temp_*
*.tmp
screenshots/
docs/screenshots/
docs/research/
# ── Tool Artifacts ─────────────────────────────────────────────────
repomix-output.xml
.repomixignore
release-manifest.json
.serena/cache
# ── Claude Code / AI tools ────────────────────────────────────────
.claude/
.gemini/
CLAUDE.md
prompt.md
ck.md
# ── Internal planning docs ────────────────────────────────────────
plans/
gemini_resp.json
data/provider_status/