# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Testing / coverage
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
