summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-12-20 23:58:28 +0100
committerRobert Göhler <github@ghlr.de>2019-12-22 19:30:17 +0100
commit4783e335c7104ed89f2e04f9c1475bdc022af9a9 (patch)
treeca5d794c8db36119c9899e97b5e337486e0cc48d /.gitignore
parentb57aefa306a42241ea1eceae55ea322e2e5fe2a9 (diff)
downloadvyos-documentation-4783e335c7104ed89f2e04f9c1475bdc022af9a9.tar.gz
vyos-documentation-4783e335c7104ed89f2e04f9c1475bdc022af9a9.zip
gitignore: extend ignore content
Diffstat (limited to '.gitignore')
-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