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

.venv/
venv/
env/

.mypy_cache/
.ruff_cache/
.pytest_cache/

.DS_Store
*.swp
*.swo
*~
