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

.mypy_cache/
.pytest_cache/
.hypothesis/

.git/
.gitignore
.dockerignore
.env
.env.*

tests/
README.md
*.log
