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

This commit is contained in:
Matt Ames 2020-12-07 16:59:13 +11:00
parent 3612767021
commit bdd6707dc5
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