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

# Virtual environments
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Credentials (never commit these)
*.json
!pyproject.json
application_default_credentials.json
service-account*.json

# AI Tooling
./claude
AGENTS.md

