# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
ENV/

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build outputs
build/
dist/
*.egg-info/

# Local runtime data
*.db
*.sqlite
*.sqlite3
*.jsonl.local
usage-records/
provider-invoices/
local-pricing-overrides/

# Secrets and local config
.env
.env.*
*.pem
*.key

# OS/editor
.DS_Store
Thumbs.db
.idea/
.vscode/
