-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
98 lines (72 loc) · 1.13 KB
/
.gitignore
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# No .pyc files
*.pyc
*.egg
# No .so, .c or .nfs files
*.o
*.so
*.c
*.cpp
*.nfs*
# annotated files
tofu/geom/*.html
# No images
#*.png
# automated creation
tofu/geom/openmp_enabled.py
# Mac stuff
*.AppleDouble
.DS_Store
._.DS_Store
# No files finishing with a tilde
*~
# No jobs
job_*
# No Nextupdate
NextUpdate*
# No swap files
*.swp
# No PBS files
*.ER
*.OU
# no benchmarks from air speed velocity
.asv/
# No plugins
tofu/plugins/
tofu/geom/build/
./conda-bld
conda-bld/
dist/
tofu.egg-info/
build/
# Tex files
*.aux
*.log
*.out
*.toc
# coverage output
.coverage
# Include travis
!.travis.yml
# no precommit configurations
.pre-commit-config.yaml
# installation dir
usr/
# no PyCharm config files
.idea/
# do not commit sphinx built files
doc/build/html/
# do not commit built compiled files on windows
*.pyd
# do not commit sphinx-gallery files
doc/source/auto_examples/
# do not commit nose tests files
*.noseids
# no pip wheel metadata
pip-wheel-metadata/
# no temporary data files
inputs_temp/*.txt
#inputs_temp/*.npz
# Notebooks checkpoints
**/.ipynb_checkpoints
# benchmark
tofu/benchmarks/results/didier-XH310V2/*.json