# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
wheels/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Local state that must never be committed
*.log
*.sqlite
*.gguf
.env
.llamafit/

# Editors and operating systems
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Scratch belonging to whoever is working on the tree, not to the tree. These were once
# committed by mistake; they describe how a change was made rather than what it is, and a
# public repository is not the place for either.
.superpowers/
.playwright-mcp/
