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

# Build / packaging (hatch)
build/
dist/
*.egg-info/

# Environment
.env
.venv

# Testing (pytest, coverage)
.pytest_cache/
.coverage
.coverage.*
coverage.xml
coverage_html/
htmlcov/

# Linting / type checking / caching
.cache/
.ruff_cache/
.mypy_cache/

# Documentation (mkdocs)
/site/

# AI coding tools
.claude/
.gemini/
.superpowers/
.cursor/
.aider*

# IDE
.idea/
.vscode/

# Project-specific
secrets.yaml
