summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2019-12-19 07:46:47 +0100
committerGitHub <noreply@github.com>2019-12-19 07:46:47 +0100
commitc5039bcafde999114283f7e59fb03e176027d740 (patch)
treee4831b2dc8d8f1e58ed122b77d6537bb82408c00 /.gitignore
parentbbd8f2046ec42751eba8e5356366aded74a2930d (diff)
parente9954bbd959be41c59136cf921fbf094b127eb4e (diff)
Merge pull request #109 from rflamary/sparse_emd
[MRG] Sparse emd solution
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