summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dadf84c..a2ace7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,3 +106,15 @@ ENV/
# coverage output folder
cov_html/
+
+docs/source/modules/generated/*
+docs/source/_build/*
+
+# local debug folder
+debug
+
+# vscode parameters
+.vscode
+
+# pytest cahche
+.pytest_cache \ No newline at end of file