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

.pytest_cache/
.tox/
.coverage
htmlcov/

*.so
*.dylib

.venv/
venv/
env/

.idea/
.vscode/
*.swp
*.swo
*~
