.gitignore
# ignore special files or folds
*~
.idea
.DS_Store
# ignore all building results
dist
build
docs/_build
*.egg-info
# ignore all testing/running results
.run
.coverage
.pytest_cache
*__pycache__*
*test*
# ignore specific kinds of files like all PDFs
*.pdf
*.ipynb
*TODO
# ignore executable and config files
*.sh
*.yml