From 328df5579c8585b837bd2da50a976f767561850e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=B6ll=C5=91d=20Csaba?= <kollod.csaba@itk.ppke.hu>
Date: Fri, 2 Dec 2022 16:54:06 +0100
Subject: [PATCH] gitignore

---
 .gitignore | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8b9cfaf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Please specify folders and files, which are not important to upload...
+
+# folders
+__pycache__/
+.idea/
+tmp/
+log/
+sandbox/
+
+# code files
+*.log
+*.cfg
+*.[oa]
+
+# other files
+.directory
+*~
+~*
+*.doc
+*.docx
+*.dot
+*.dotx
+*.txt
+*.csv
+*.xls
+*.xlsx
+*.pdf
+
+# all with
+*sandbox*
-- 
GitLab