.DS_Store
Thumbs.db

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

.env
.venv
env/
venv/
ENV/

*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.tmp/
.temp/

.cache/

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

.coverage
.pytest_cache/
htmlcov/
.tox/

.hatch/
.mypy_cache/
