.git
.gitignore
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.venv
env/
venv/
build/
dist/
.mypy_cache/
.pytest_cache/
.pip-cache/
.coverage
*.egg-info/
*.egg
.DS_Store

