# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
.mypy_cache/
.pytest_cache/
dist/
build/

# Environment
.env
*.pem

# Data
*.db
*.db-shm
*.db-wal
*.db-journal

# OS
.DS_Store

# IDE
.idea/
.vscode/
/.claude/

# JetBrains / PyCharm
*.iml
*.ipr
*.iws
.idea_modules/
out/

# PyCharm local/cached project data
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries/
.idea/**/shelf/
.idea/**/httpRequests/
.idea/**/dataSources/
.idea/**/dataSources.local.xml
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/uiDesigner.xml

# JetBrains build output dirs
cmake-build-*/

# Sandbox-generated repro tests — never commit
tests/test_repro_*.py

# Project specific
data/job_queue.sqlite3
results/
.hypothesis/

# Private internal files — kept locally, never push
.agents/

.playwright-mcp/
.firecrawl/
/docs/superpowers/
.mcp.json
skills-lock.json

*.log
*.tmp
*.bak
*.swp
*.python-version
*.orig

# ALL LEGACY CODE
archive/

# DEV / INTERNAL
/examples/
/docs/
