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

.env
.env.*

.venv/
venv/
env/

.mypy_cache/
.ruff_cache/
.pytest_cache/

.DS_Store
Thumbs.db

*.swp
*.swo
*~
