.DS_Store

# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.ruff_cache/

# Virtualenv
.venv/
venv/
.Python

# Local env / secrets
.env
.env.*

# Local caches / outputs
eval/out/
*.log

# Local task list (keep private/uncommitted)
TODO.md
TODO.txt

