diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..8b9cfaf5d4481f6c038025e6b5091508c5b26936
--- /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*