__pycache__/
*.py[cod]

*~
*-
*.swp
*.save
.DS_Store

/env
/venv

/build
/dist
/*.egg-info

/.pytest_cache
/.ruff_cache

/.coverage*
/htmlcov
