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

.venv/
venv/
env/

.mypy_cache/
.ruff_cache/
.pytest_cache/

*.log
.DS_Store
Thumbs.db

.env
.env.*
