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
# Build artifacts
/target
*.so
*.dylib
*.dSYM/
# Node.js
node_modules/
*.node
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
.pytest_cache/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment
.env
.env.local
# Claude Code — tracked on working branches, excluded from main.
.claude/
# CLAUDE.md
# AGENTS.md
# Internal development docs — tracked on working branches, excluded from main.
# To publish to main: squash merge, then restore this gitignore line and
# `git rm --cached -r docs/internal/` before committing.
# docs/internal/
# Research notes
research-docs/