
build/
dist/
*.egg-info/

venv/
.venv/
env/

output/
.local_exports/
.codex/

*.log
*.tmp
*.py[cod]

__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/

.DS_Store
Thumbs.db
