Add in sensible .gitignore that excludes build artifacts and python bytecode files

This commit is contained in:
Matt Ames 2020-12-07 17:02:46 +11:00
parent 1c06ce8914
commit f49fe1328a
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# ignore build artifacts and .pyc compiled python bytecode files
build/
*.pyc