# Worktrees
.worktrees/

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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

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

# Jupyter
.ipynb_checkpoints/

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

# Ruff cache
.ruff_cache/

# ReadTheDocs
/docs/_build/
/docs/api/reference/

# OS
.DS_Store
Thumbs.db
/docs/architecture/
/docs/superpowers/
/.claude/
