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

.venv/
venv/
.env
.env.*
!.env.example

.pytest_cache/
.mypy_cache/
.ruff_cache/

.DS_Store
.idea/
.vscode/
