__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.so

.venv/
venv/
env/

.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

*.log
.env
.env.*

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

.DS_Store
Thumbs.db
