# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Environment
.env
.env.local
.env.*.local
*.env

# Local config (use compass_config.example.json as template)
compass_config.json

# Database files (generated at runtime)
db/*.db
db/*.hnsw
db/compass.hnsw
db/tools.db
db/compass_analytics.db
db/chains.db

# SQLite transient sidecar files (WAL/SHM/journal — rewritten on every open/close)
db/*.db-shm
db/*.db-wal
db/*.db-journal

# Logs
*.log
logs/

# Temporary files
*.tmp
*.bak
*.swp
files.zip
nul

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Build artifacts
*.manifest
*.spec

# Jupyter
.ipynb_checkpoints/

# Claude Code temp files
tmpclaude-*

# Archive (keep for reference but don't track)
archive/
site/.astro/
site/node_modules/

# forkctl / polyglot-mcp scratch
.artifact/
.polyglot-cache.json

# repo-knowledge scratch (init creates these; don't commit)
rk.config.json
data/knowledge.db*
data/artifacts/

# npm wrapper: translated READMEs are copied from repo root at publish time
# by .github/workflows/release-binaries.yml. The canonical translations live
# at the repo root (README.{lang}.md); npm/ stays a thin shim.
npm/README.ja.md
npm/README.zh.md
npm/README.es.md
npm/README.fr.md
npm/README.hi.md
npm/README.it.md
npm/README.pt-BR.md
npm/node_modules/
npm/package-lock.json
npm/*.tgz

# Dogfood swarm working artifacts (manifest, wave outputs) — not shipped
swarms/
