Added build directories to .gitignore

This commit is contained in:
The Wobbler 2025-01-06 16:06:19 +01:00
parent 64def0c826
commit 38e8be3318
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
__pycache__ __pycache__
build
wobbl_tools.egg-info

View file

@ -1 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/python3
from .pygame_tools import pgui