# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
# Anchored to repo root: these are Python build/venv artifacts. Unanchored
# (`lib/`) they also match nested JS dirs like frontend/src/lib — which silently
# dropped the frontend's lib/ from git and broke the CI build.
/lib/
/lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# uv
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Environments
.env
.env.local
.env.*.local

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Logs
*.log
logs/

# Tessdata downloads (built into image, not committed)
assets/tessdata/*.traineddata

# OS
Thumbs.db

# Docker
.docker/

# Superpowers brainstorming companion (local mockups, not committed)
.superpowers/

# Local Codex/runtime scratch files and UI migration backups
.tmp/
