summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 03:08:12 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 03:10:45 +0100
commitc6d667a7b899b1d2d840f61ea2d6dc28e7ae497c (patch)
treedca987cc00336420fd2b116eb19a461f78f8e676 /.gitignore
Initial commitHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e3d7f61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# Ignore virtual env if any
+venv/*
+
+# Ignore VIM temp files
+*.swp