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

.venv/
venv/
env/

.pytest_cache/
.mypy_cache/
.ruff_cache/

.vscode/
.idea/
Thumbs.db
desktop.ini