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

.env
.venv/
venv/
env/

.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

*.log
