aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarGioele Barabucci <gioele@svario.it>2022-02-17 12:48:00 +0100
committerLibravatarUnit 193 <unit193@debian.org>2024-05-17 00:54:35 +0000
commit887a02cc32b85a04b504297a89feb0bb14253d27 (patch)
tree027e831ff9cd5cb354cc1eca2448074e73571a4b
parenta2969f0db1b39b2bb3c1d5db03647788d6b342a3 (diff)
gitignore: Ignore temp files and Python cache
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c3f4cc0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Editors' temp files
+*~
+*.sw*
+
+# Python
+__pycache__/