__pycache__/
*.py[cod]
*$py.class

.Python
.venv/
venv/
env/

.pytest_cache/
.coverage
htmlcov/

build/
dist/
*.egg-info/

.DS_Store
