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

# Python
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pytype/
dist/
build/
*.egg-info/

# IDE, editor, and OS files
.idea/
.vscode/
.DS_Store
._*
Thumbs.db

# Local caches, scratch work, and secrets
.benchmarks/
.cache/
notes/
tmp/
debug/
.env
.env.*
!.env.example
patch_debug*.py
src.zip

.agents
