From dad0c6266da34355173533dac16b521ae36a45da Mon Sep 17 00:00:00 2001 From: oleting Date: Sat, 26 Dec 2020 19:05:33 +0100 Subject: [PATCH] change gitignore --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8a7aded..c86c21e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,11 @@ __pycache__/ res/output/ -<<<<<<< HEAD res/input/* .vscode/* *.json -======= -res/input/ ->>>>>>> 351dc2e6d0158a1b81601f48503f761ea4995e58 *.pyc *.png -debug.py \ No newline at end of file +debug.py +build/ +run.spec +dist/ \ No newline at end of file