summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-11-29 09:12:50 +0100
committerRémi Flamary <remi.flamary@gmail.com>2019-11-29 09:12:50 +0100
commit7a02c69a3791682cc3993f7a20ed6841eef75441 (patch)
tree7c0846c791c7c4676526871ec5ee1f73d0451d90 /.gitignore
parentbbd8f2046ec42751eba8e5356366aded74a2930d (diff)
complete gitignore
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