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

# Virtual envs
.venv/
venv/
.env

# Type check / lint caches
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Test / coverage
.pytest_cache/
.pytest_dist_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

docs/superpowers
.firecrawl

# MkDocs
/site/