__pycache__/
*.py[cod]

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

/build
/dist
/volumes

/log
/input
/tmp
/output
/testing/output/

/*.log
/*.toml
!/pyproject.toml

/*.egg-info
/env

/.coverage

/.env
