# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

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

# Tooling
.DS_Store
.idea/
.vscode/

# Local data used while trying the TUI
*.parquet
*.orc
*.avro
*.lance/
data/
samples/

# Agent-local planning artifacts
docs/superpowers/
.superpowers/
