# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables
.env

# Local API captures / scratch output
*.local.json

# Tool caches and test artifacts
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/

# Miscellaneous
.DS_Store
