diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 03:08:12 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 03:10:45 +0100 |
commit | c6d667a7b899b1d2d840f61ea2d6dc28e7ae497c (patch) | |
tree | dca987cc00336420fd2b116eb19a461f78f8e676 /.gitignore |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
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 |