__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
build/
dist/
*.egg-info/
.eggs/
.coverage
.coverage.*
.pytest_cache/
.tox/
.mypy_cache/
.ruff_cache/
htmlcov/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
