summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 13 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 4e50e630..1f9858c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
-/tests/output/
-/changelogs/.plugin-cache.yaml
+# CML/virl lab cache
+.virl/
+
+# A collection directory, resulting from the use of the pytest-ansible-units plugin
+collections/
+
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -54,10 +58,6 @@ coverage.xml
*.mo
*.pot
-#ide
-.vscode
-*.swp
-
# Django stuff:
*.log
local_settings.py
@@ -109,3 +109,10 @@ venv.bak/
# mypy
.mypy_cache/
+
+# ide
+*.code-workspace
+.vscode/
+.DS_Store
+
+changelogs/.plugin-cache.yaml