summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-12-20 23:58:28 +0100
committerChristian Poessinger <christian@poessinger.com>2020-01-22 19:54:27 +0100
commit1b55c12d22e282a805a5d35567dc35f5987beb1f (patch)
tree4f6d191c88fc4ded7d160dd6cd9530b94f503b63
parent0939bba9da50aa609ea8f9bb0c64cbc08637237e (diff)
downloadvyos-documentation-1b55c12d22e282a805a5d35567dc35f5987beb1f.tar.gz
vyos-documentation-1b55c12d22e282a805a5d35567dc35f5987beb1f.zip
gitignore: extend ignore content
(cherry picked from commit 4783e335c7104ed89f2e04f9c1475bdc022af9a9)
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5ed02e19..06d7c4cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
# python virtualenv
venv/
+ENV/
+.venv
# put various editor ignores here
.vscode/
@@ -7,3 +9,14 @@ venv/
*.vpw
*.vpwhist
*.vtg
+
+# python cache files
+*.pyc
+__pychache__
+
+# dotenv
+.env
+.envrc
+
+# os specific
+.DS_Store