.env
.env.*
!.env.example

.venv/
.pytest_cache/
.ruff_cache/
.pyright/
__pycache__/
*.py[cod]

build/
dist/
*.egg-info/

rack_results/
tests/rack_results/

.coverage
htmlcov/
