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

# Tool caches
.pytest_cache/

# macOS
.DS_Store

# Agent / editor local tooling (not part of the repo)
.claude/

# Engine-owned staging and publication output. Everything here is regenerable.
.demolab/

# Optional user scratch. `.artifacts/` is intentionally not ignored: it is tracked evidence.
temp/
dist/

# Secrets — never commit
.env
.env.local
