# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Project runtime state (generated per-project, not checked in)
.pact/

# Secrets
.env
*.key
*.pem

# User-local pricing overrides
model_pricing.json
.envrc
.direnv/
