# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/

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

# Temp files
*.tmp
/tmp/

# Credentials (never commit)
service-account-skipper-bot.json
*.json.bak

# Environment
.env
.env.local

# macOS
.DS_Store
