.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/
dist/
build/
*.egg-info/
pip-wheel-metadata/
.DS_Store
.idea/
.vscode/
*.log
.env
evals/results/*.json
docs/

