# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv*/
venv/
.pytest_cache/
.coverage
htmlcov/

# editors / OS
.DS_Store
.idea/
.vscode/
