# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenvs
venv/
.venv/
env/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo
.claude/

# Data — INTENTIONALLY EXCLUDED
# Raw and packed corpus is not shipped (privacy, licensing, size).
# See README "What's not in this repo, and why".
data/
checkpoints/
*.parquet
*.pt
*.bin
*.safetensors
*.gguf
*.ckpt

# Generated runtime artifacts — large logs not in artifacts/
logs/
*.tmp
*.cache
.tmp/

# Secrets — must never commit
.env
.env.*
*.pem
*.key
credentials.json
secrets.json

# OS / build outputs
node_modules/
dist/
build/
*.egg
