__pycache__/
*.py[cod]
*$py.class
.Python
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
pip-log.txt
*.manifest
*.spec
.mypy_cache/
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/
cover/
.nox/
venv/
ENV/
env/
.env
.venv
Thumbs.db
.DS_Store
*.swp
.idea/
.vscode/
*.log

