__pycache__/
*.py[cod]
*$py.class
*.so

*.egg-info/
dist/
build/
.eggs/
*.egg

.venv/
venv/
env/

.env
.env.*
*.ini
*.cfg
!setup.cfg
!pyproject.toml

*.log
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

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