.DS_Store
.local/
.codex-local/
.pytest_cache/
.ruff_cache/
test-results/
.vscode/

__pycache__/
*.py[cod]
*.egg-info/


.venv/
venv/
.env
.env.test

coverage.*
.coverage
htmlcov/
.test-results/
