# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Env
.venv/
venv*/

# IDE
.vscode/
.idea/
.DS_Store

# Build output
dist/
build/

# Local bench artifacts (log files, large output images)
bench_out/
*.png.tmp

# Local developer notes — not shipped
CLAUDE.md
AGENTS.md
