Added build directories to .gitignore
This commit is contained in:
parent
64def0c826
commit
38e8be3318
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
|
build
|
||||||
|
wobbl_tools.egg-info
|
|
@ -1 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
from .pygame_tools import pgui
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue