.venv/
dist/
build/
__pycache__/
*.pyc
*.egg-info/
.ruff_cache/
.pytest_cache/
.env

# Claude Code agent worktrees
.claude/worktrees/

# Local development container
.devcontainer/

# Brand rasters live with the designer, not in git — see docs/brand/README.md.
# Vectors are tracked (text, diffable); binaries are not.
docs/brand/*.png
docs/brand/*.webp
docs/brand/*.jpg
