@@ -68,7 +68,7 @@ build-install
6868.mesonpy-native-file.ini
6969# sphinx build directory
7070_build
71- # setup.py dist directory
71+ # dist directory is where sdist/wheel end up
7272dist
7373doc /build
7474doc /docenv
@@ -77,7 +77,6 @@ doc/cdoc/build
7777* .egg-info
7878# The shelf plugin uses this dir
7979. /.shelf
80- MANIFEST
8180.cache
8281pip-wheel-metadata
8382.python-version
@@ -115,82 +114,17 @@ Thumbs.db
115114# doc build generated files #
116115# ############################
117116doc /source /savefig /
118-
117+ doc / source / ** / generated /
119118
120119# Things specific to this project #
121120# ##################################
122121# The line below should change to numpy/_version.py for NumPy 2.0
123- numpy /version.py
124- numpy /core /__svn_version__.py
125- doc /numpy.scipy.org /_build
126- numpy /__config__.py
127- numpy /core /include /numpy /__multiarray_api.h
128- numpy /core /include /numpy /__ufunc_api.h
129- numpy /core /include /numpy /_numpyconfig.h
130- site.cfg
131- .tox
132- numpy /core /include /numpy /__multiarray_api.c
133- numpy /core /include /numpy /__ufunc_api.c
134- numpy /core /include /numpy /__umath_generated.c
135- numpy /core /include /numpy /_umath_doc_generated.h
136- numpy /core /include /numpy /config.h
137- numpy /core /lib /
138- numpy /core /src /common /npy_sort.h
139- numpy /core /src /common /templ_common.h
140- numpy /core /src /multiarray /_multiarray_tests.c
141- numpy /core /src /multiarray /arraytypes.c
142- numpy /core /src /multiarray /einsum.c
143- numpy /core /src /multiarray /einsum_sumprod.c
144- numpy /core /src /multiarray /lowlevel_strided_loops.c
145- numpy /core /src /multiarray /multiarray_tests.c
146- numpy /core /src /multiarray /nditer_templ.c
147- numpy /core /src /multiarray /scalartypes.c
148- numpy /core /src /multiarray /textreading /tokenize.c
149- numpy /core /src /npymath /ieee754.c
150- numpy /core /src /npymath /npy_math_complex.c
151- numpy /core /src /npymath /npy_math_internal.h
152- numpy /core /src /npysort /binsearch.c
153- numpy /core /src /npysort /heapsort.c
154- numpy /core /src /npysort /mergesort.c
155- numpy /core /src /npysort /quicksort.c
156- numpy /core /src /npysort /radixsort.c
157- numpy /core /src /npysort /selection.c
158- numpy /core /src /npysort /timsort.c
159- numpy /core /src /npysort /sort.c
160- numpy /core /src /private /npy_binsearch.h
161- numpy /core /src /private /npy_partition.h
162- numpy /core /src /private /templ_common.h
163- numpy /core /src /umath /_umath_tests.c
164- numpy /core /src /umath /scalarmath.c
165- numpy /core /src /umath /funcs.inc
166- numpy /core /src /umath /clip. [ch ]
167- numpy /core /src /umath /loops. [ch ]
168- numpy /core /src /umath /matmul. [ch ]
169- numpy /core /src /umath /operand_flag_tests.c
170- numpy /core /src /umath /simd.inc
171- numpy /core /src /umath /struct_ufunc_test.c
172- numpy /core /src /umath /test_rational.c
173- numpy /core /src /umath /umath_tests.c
174- numpy /core /src /umath /loops_utils.h
175- numpy /core /src /umath /loops_modulo.dispatch.c
176- numpy /distutils /__config__.py
177- numpy /linalg /umath_linalg.c
178- doc /source /** /generated /
179122benchmarks /results
180123benchmarks /html
181124benchmarks /env
182125benchmarks /numpy
183126benchmarks /_asv_compare.conf.json
184127test.obj
185- # cythonized files
186- cythonize.dat
187- numpy /random /_mtrand /_mtrand.c
188- numpy /random /* .c
189- numpy /random /legacy /* .c
190- numpy /random /_mtrand /randint_helpers.pxi
191- numpy /random /bounded_integers.pyx
192- numpy /random /bounded_integers.pxd
193- numpy /random /lib /npyrandom.lib
194128tools /swig /test /Array_wrap.cxx
195129tools /swig /test /Farray_wrap.cxx
196130tools /swig /test /Farray.py
@@ -205,29 +139,3 @@ tools/swig/test/Tensor.py
205139tools /swig /test /Vector.py
206140tools /swig /test /Vector_wrap.cxx
207141tools /swig /test /Array.py
208-
209- # SIMD generated files #
210- # ##################################
211- # _simd module
212- numpy /core /src /_simd /_simd.dispatch.c
213- numpy /core /src /_simd /_simd_data.inc
214- numpy /core /src /_simd /_simd_inc.h
215- # umath module
216- numpy /core /src /umath /loops_unary.dispatch.c
217- numpy /core /src /umath /loops_unary_fp.dispatch.c
218- numpy /core /src /umath /loops_unary_fp_le.dispatch.c
219- numpy /core /src /umath /loops_arithm_fp.dispatch.c
220- numpy /core /src /umath /loops_arithmetic.dispatch.c
221- numpy /core /src /umath /loops_logical.dispatch.c
222- numpy /core /src /umath /loops_minmax.dispatch.c
223- numpy /core /src /umath /loops_trigonometric.dispatch.c
224- numpy /core /src /umath /loops_exponent_log.dispatch.c
225- numpy /core /src /umath /loops_umath_fp.dispatch.c
226- numpy /core /src /umath /loops_hyperbolic.dispatch.c
227- numpy /core /src /umath /loops_modulo.dispatch.c
228- numpy /core /src /umath /loops_comparison.dispatch.c
229- numpy /core /src /umath /loops_unary_complex.dispatch.c
230- numpy /core /src /umath /loops_autovec.dispatch.c
231- # multiarray module
232- numpy /core /src /multiarray /argfunc.dispatch.c
233- numpy /core /src /multiarray /arraytypes.h
0 commit comments