aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4c66e3b993e1f778bac5abc279dfcbe4d9e81bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Node artifacts
**/node_modules/
**/package-lock.json

# Python artifacts
**/__pycache__/
**/*.pyc
**/.venv/
**/.pytest_cache/

# OS / editor
.DS_Store
*.swp
*~

# Claude config — settings.local.json is per-machine, never commit
.claude/settings.local.json