From b27225e218b4ccea1de640ee2b149d8910de5b48 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 10 Jul 2021 15:31:56 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1bc65a..77695f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /py_adl.egg-info /dist -/py_adl/__pycache__ \ No newline at end of file +/py_adl/__pycache__ +/build +/__pycache__ +/*.spec \ No newline at end of file