-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
126 lines (114 loc) · 3.25 KB
/
.gitignore
File metadata and controls
126 lines (114 loc) · 3.25 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# ── Secrets ──────────────────────────────────────────────────────────────────
.env
.env.*
services.env
!.env.example
# ── Runtime artifacts ────────────────────────────────────────────────────────
logs/
backups/
*.log
*.pid
*.bak
*.bak-*
# ── Claude Code / AI tooling ────────────────────────────────────────────────
.claude/settings.local.json
.claude/worktrees/
.omc/
.lavra/
.beads/
.dolt/
*.db
*.db-shm
*.db-wal
.beads-credential-key
.serena/
.worktrees/
.full-review/
.full-review-archive-*
.bivvy
# ── IDE / editor ─────────────────────────────────────────────────────────────
.vscode/
.cursor/
.windsurf/
.1code/
.idea/
.zed/
*.iml
*.swp
*.swo
*~
.emdash.json
# ── OS generated ─────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Caches (ALL tool caches go here) ─────────────────────────────────────────
.cache/
# ── Documentation artifacts (session/plan docs, not reference) ───────────────
.docs/
docs/plans/
docs/sessions/
docs/reports/
docs/research/
docs/superpowers/
specs/
# ── Rust ─────────────────────────────────────────────────────────────────────
/target/
**/*.rs.bk
*.profraw
*.profdata
# ── Python ───────────────────────────────────────────────────────────────────
.venv/
__pycache__/
*.py[oc]
*.egg-info/
*.egg
build/
dist/
sdist/
wheels/
pip-wheel-metadata/
*.whl
.hypothesis/
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/
.pytype/
.pyre/
.pyright/
htmlcov/
.coverage
.coverage.*
coverage.xml
.tox/
.nox/
pip-log.txt
# ── Node / TypeScript ────────────────────────────────────────────────────────
node_modules/
dist/
coverage/
*.tsbuildinfo
.eslintcache
npm-debug.log*
package-lock.json
# ── Repo-specific ────────────────────────────────────────────────────────────
output/
tmp/
tmp_manifest*.jsonl
container/.env
container/.env.*
!container/.env.example
container/*.local.yml
container/*.local.yaml
docker/mem0/config.json
.config/
.superpowers/
/data/
/http-cacache/
/storage/
.pnpm-store*
.mcp.json
specs/.current-spec
**/.progress.md
# Personal local cheatsheet (never commit)
CLAUDE.md.local