# Python
__pycache__/
.venv/
.venv.nosync/
.uv-cache.nosync/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage*
htmlcov/
build/
dist/
site/
*.egg-info/
*.whl
*.py[cod]
*.pyo
*.pyd
.env
.env.*
!.env.example
*.log
*.csv
*.json
!docs/api/*.json

# Temp files
tmp/
temp/

# Log directories
logs/

# OS/IDE specific files
.DS_Store
.vscode/
.idea/

# Local API specifications and audit inputs
.cache/
.qbvisor/
