aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 94b983f0f7c5804908b92fe1cfb5f7cfa6ef1401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

# MCP plaintext secrets and decrypted-at-runtime credentials
# (only the .gpg counterpart is safe to commit)
mcp/secrets.env
mcp/gcp-oauth.keys.json