__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/

.venv/
venv/
ENV/
env/

.hatch/
dist/
build/

.coverage
.coverage.*
.pytest_cache/
htmlcov/
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
*.log
