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

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

# spec
spec/
todo.md

# Virtual environments
.venv/
venv/
env/

# uv — uv.lock は必ずコミットする (Lockfile is Sacred)
# uv.lock

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# bq-auditor outputs
report.md
config.yaml

# GCP credentials (never commit!)
service_account*.json

# Sphinx build output
docs/_build/