Skip to content

Commit c7a5e32

Browse files
committed
update .gitignore with sphinwgallery temop files
1 parent 2eaee96 commit c7a5e32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
.spyproject
6+
7+
# sphinx-gallery temp files
8+
docs/source/auto_examples/*.pickle
9+
docs/source/auto_examples/*.md5
10+
docs/auto_examples/
11+
docs/modules/
512

613
# C extensions
714
*.so
815

16+
# Cython output
17+
ot/lp/emd_wrap.cpp
18+
919
# Distribution / packaging
1020
.Python
1121
env/

0 commit comments

Comments
 (0)