# 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 runtime state
.vibe/index.db
.vibe/index.db-shm
.vibe/index.db-wal
.vibe/backups/
.gemini/
.claude/.ralph-*.md

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

# Test projects
test-project/
my-app/
