# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.pycache

# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Distribution packaging
MANIFEST

# Type checking
.mypy_cache/
.pytype/

# Test coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Jupyter
.ipynb_checkpoints/

# Editors and IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project-specific
.evaluatorq/

# Environment files
.env
.env.*
!.env.example

# Docs build output
site/
.cache/
.worktrees/

# Logs
*.log

# superpowers working dir (plans/specs)
docs/superpowers/
.superpowers/

# FastHTML runtime session key
.sesskey
