-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.hgignore
83 lines (63 loc) · 927 Bytes
/
.hgignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
syntax: glob
*.pyd*
*.pyc
*~
*tmp
*.html
\#*\#
*build/*
*.so
*.o
*_cy.cpp
*_cy.c
*_wrap.cxx
*.out
src_cy/fft*_cy.pyx
src_cy/fft*_pxd.pxd
src/**/*.pyx
src/**/*.pxd
src/**/*.cpp
__pycache__
*/Results_bench/*
*egg-info*
dist*
*.egg/*
.eggs
*OAR.*
doc/generated/*
doc/doxygen/doxygen_sqlite3.db
doc/install/autotools*
doc/install/fftw*
doc/install/p3dfft*
doc/install/pfft*
doc/install/OpenBLAS*
*/fake_mod_fft*d_for_doc.py
site.cfg
.pytest_cache
.coverage
.tox
.nox
.venv
.pixi
.cache
.mypy_cache
**/__pythran__/*
**/__numba__/*
**/__cython__/*
**/__python__/*
bench/operator2d/*/__init__.py
bench/operator2d/util.py
bench/results_bench/*.json
bench/oar_launcher_*
bench/OAR_*
bench/launcher_*
bench/SLURM*
bench/compare_projperpk3d/proj.cpp
doc/ipynb/.ipynb_checkpoints
doc/ipynb/executed/.ipynb_checkpoints
doc/ipynb/**.rst
doc/ipynb/*.executed.ipynb
doc/tmp/*
.vscode
.pdm-python
src/fluidfft/build_conf.txt