We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928f10 commit 200974eCopy full SHA for 200974e
.gitignore
@@ -68,6 +68,54 @@ target/
68
*.pyproj
69
*.suo
70
*.vs
71
+.vscode/
72
73
# PyCharm
74
.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
0 commit comments