change gitignore

This commit is contained in:
oleting
2020-12-26 19:05:33 +01:00
parent 0af259d3a0
commit dad0c6266d

7
.gitignore vendored
View File

@@ -1,12 +1,11 @@
__pycache__/ __pycache__/
res/output/ res/output/
<<<<<<< HEAD
res/input/* res/input/*
.vscode/* .vscode/*
*.json *.json
=======
res/input/
>>>>>>> 351dc2e6d0158a1b81601f48503f761ea4995e58
*.pyc *.pyc
*.png *.png
debug.py debug.py
build/
run.spec
dist/