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

# Environment
.env
.env.local

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# vibe-rag
.vibe/

# Internal docs (specs, plans, design docs)
docs/superpowers/

# Test projects
test-project/
my-app/
