Exclude dist/ and build/

This commit is contained in:
Junior 2024-06-11 20:44:51 -04:00
parent 80923decb4
commit 85bb4c9f28

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
*.swp *.swp
__pycache__ __pycache__
*.pyc *.pyc
desktop.ini desktop.ini
dist/
build/