__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

docs/_build/

eval_results/

*.DS_Store
.env
.venv/
venv/
