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

.env
.env.*
keys.env

.venv/
venv/
env/

.mypy_cache/
.pytest_cache/
.ruff_cache/

*.log

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

.DS_Store
Thumbs.db
