# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.cache/

# Tooling
.ruff_cache/
.mypy_cache/

# Virtual environments
.venv/
venv/
env/

# OS / editor
.DS_Store

# NOTE: results/ and foodeval/data/ are intentionally committed.
