# temporary files
temp
temp.*
# automatically created file used to help with git commits
/git_commit.sh
# used to build distribution
/xrst.egg-info/
# used to build documentation
/build/
# automatically created directories
/dist/
/new/
/new.[0-9]*/
__pycache__/
# file extensions to ignore
*.log
*.swp
*.tmp
