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

.venv/
venv/
env/

dist/
build/

.pytest_cache/
.ruff_cache/
.mypy_cache/

.env
docs/
