ignore build
This commit is contained in:
1 file changed
+7
-1
+7
-1
@@ -1,4 +1,5 @@
|
|||||||
# pycache
|
# pycache
|
||||||
|
__pycache__
|
||||||
app/__pycache__/
|
app/__pycache__/
|
||||||
app/util/__pycache__/
|
app/util/__pycache__/
|
||||||
|
|
||||||
@@ -6,4 +7,9 @@ app/util/__pycache__/
|
|||||||
output/
|
output/
|
||||||
|
|
||||||
# test
|
# test
|
||||||
*test.py
|
*test.py
|
||||||
|
|
||||||
|
# Build
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
main.spec
|
||||||
Reference in new issue
Block a user