Skip to content

Commit 200974e

Browse files
committed
MAINT: Update gitignore
1 parent a928f10 commit 200974e

File tree

2 files changed

+48
-3
lines changed

2 files changed

+48
-3
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,54 @@ target/
6868
*.pyproj
6969
*.suo
7070
*.vs
71+
.vscode/
7172

7273
# PyCharm
7374
.idea/
75+
76+
# Cython
77+
*.pyc
78+
*.pyo
79+
__pycache__
80+
*.so
81+
*.o
82+
83+
*.egg
84+
*.egg-info
85+
86+
Cython/Compiler/*.c
87+
Cython/Plex/*.c
88+
Cython/Runtime/refnanny.c
89+
Cython/Tempita/*.c
90+
Cython/*.c
91+
92+
Tools/*.elc
93+
94+
/TEST_TMP/
95+
/build/
96+
/wheelhouse*/
97+
!tests/build/
98+
/dist/
99+
.gitrev
100+
.coverage
101+
*.orig
102+
*.rej
103+
*.dep
104+
*.swp
105+
*~
106+
107+
.ipynb_checkpoints
108+
docs/build
109+
110+
tags
111+
TAGS
112+
MANIFEST
113+
114+
.tox
115+
116+
cythonize.dat
117+
118+
# build documentation
119+
doc/_build/
120+
doc/auto_examples/
121+
doc/generated/

.landscape

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)