__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

.venv/
venv/

.env
.env.*

dist/
build/

results/
*.csv
*.json

.DS_Store
