.git
.github

.DS_Store
Thumbs.db

__pycache__/
*.py[cod]

.venv/
env/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.tox/
.nox/
.hypothesis/

dist/
build/
*.egg-info/
htmlcov/
.coverage
.coverage.*

.env
.env.*

tests/
docs/
assets/
