From 41ccbfb0a1df8379cd82cc8bca4f1955fd9bd392 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 27 Mar 2021 15:54:43 +0100 Subject: [PATCH] [gitignore] more ignores --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e107bfb..948852a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ env/ venv/ __pycache__ main.spec -*.afdesign \ No newline at end of file +*.afdesign +*.pyc +.DS_Store \ No newline at end of file