__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
.env
.env.*
!.env.example
.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/
.tox/
.idea/
.vscode/
.DS_Store
