# temporary files
temp
temp.*
# automatically created files
/git_commit.sh
# used to build documentation
/build/
# automatically created directories
/dist/
/new/
/new.[0-9]*/
__pycache__/
# file extensions to ignore
*.log
*.swp
*.tmp
