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

.mypy_cache/
.pytest_cache/
.hypothesis/

.env
.env.*

*.log

research/
