__pycache__/
*.pyc
*.egg-info/
dist/
build/
.claude/*
!.claude/skills/
*.png
*.npz
.venv/
*.jsonl

# For throwaway / convenience files that shouldn't be pushed
tmp/

# Cloud credentials — NEVER commit
src/maddening/examples/cloud/config/cloud_credentials.yaml
src/maddening/examples/cloud/config/.env
