# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
pip-wheel-metadata/
*.egg-info/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
coverage.xml
.hypothesis/
.pytest_cache/

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

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

# OS
.DS_Store
Thumbs.db

# Agent Workflow
.claude/

# Local data and testing
*.log
*.db
*.db-journal

# Compressed FST files for web (generated at build time)
data/*.fst.br

