Make .gitignore a bit clearer
parent
bdd6707dc5
commit
d8c01956ba
|
@ -1,3 +1,4 @@
|
|||
# ignore build artifacts and .pyc compiled python bytecode files
|
||||
# Ignore build artifacts
|
||||
build/
|
||||
# Ignore .pyc compiled python bytecode files
|
||||
*.pyc
|
Loading…
Reference in New Issue