# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Distribution
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Data
*.db
data/

# Testing
.pytest_cache/
htmlcov/
.coverage

# Rust build artifacts
rust/target/

# Linter cache
.ruff_cache/

# IDE / local config
.claude/settings.local.json

# Documentation
*.md
