# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
.eggs/
build/
dist/
wheels/
.pytest_cache/

# Per-run artifacts from compound-engineering skills (ce-code-review etc.)
.context/
.playwright-mcp/
.claude/

# Transient screenshot / scratch artifacts (regenerated per session, never committed)
polish-*.png
diag-*.png
phase[0-9]*-*.png
v[0-9]-*.png
*-smoke.png
sweep-*.png
devmode-*.png
/server/openapi.json
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Virtual environments
.venv/
venv/
env/

# Editor / IDE / agent tooling
.vscode/
.idea/
.claude/settings.local.json
*.swp
*.swo
*~
.DS_Store

# Runtime artifacts (never commit)
server/src/tensa/workspace/
~/.tensa/
*.token

# Distribution
*.whl

# ANDES code-generation cache (built by hook; we ship curated subset only)
# See server/build_hooks/prepare_cache.py
.andes/

# OS
Thumbs.db
.DS_Store

# Type stubs (generated)
*.pyi
paper/paper-preview.pdf
