.venv/
venv/
env/
ENV/

__pycache__/
*.py[cod]
*.pyo
*.pyd

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

build/
dist/
*.egg-info/
.eggs/

.sisyphus/

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

.DS_Store
Thumbs.db
