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

.venv/
venv/
env/

.pytest_cache/
.coverage
htmlcov/
.tox/

.idea/
.vscode/
*.swp
.DS_Store
