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

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

# Virtual environments
.venv/
venv/
env/

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

# Testing / linting
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
coverage.xml

# Secrets — never commit
.env
*.env
keys.env
.parliament/

# Personal config — only the example template is tracked
/config.yaml

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Logs
*.log

# Claude Code
.claude/
.superpowers/
