.gitignore
authorgit <git@git.somenet.org>
Mon, 10 Mar 2025 18:14:53 +0000 (19:14 +0100)
committergit <git@git.somenet.org>
Mon, 10 Mar 2025 18:14:53 +0000 (19:14 +0100)
.gitignore [new file with mode: 0644]

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