# Rust
/target/
**/*.rs.bk

# Python leftovers (pre-migration)
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# SQLite / index artifacts
*.db
*.db-*

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

# OS
.DS_Store
Thumbs.db

# Env/secrets
.env

# Local caches
.cache/
tmp/

# Project-specific (local notes — not shipped)
TODO.md
dogfood.md
migration-problems.md

# Local-only dev scripts
scripts/deep-smoke.sh
