# 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 and private build staging materialised by demolab (renderer assets, manifest, and
# transient bundle inputs). Everything here is regenerable.
.demolab/

# Generated publication output and optional experiment scratch.
temp/
dist/
artifacts/

# Secrets — never commit
.env
.env.local
