.gitignore
authorgit <git@git.somenet.org>
Thu, 1 Oct 2020 21:18:42 +0000 (23:18 +0200)
committergit <git@git.somenet.org>
Thu, 1 Oct 2020 21:18:42 +0000 (23:18 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..13b9f0b
--- /dev/null
@@ -0,0 +1,14 @@
+##### .gitignore default file. #####
+
+### ignore temp/backup stuff ###
+*~
+.*.swp
+*.bak
+*__pycache__
+
+.idea
+
+config.py
+config*.py
+data/**
+dev/**