-
Notifications
You must be signed in to change notification settings - Fork 251
/
.gitignore
38 lines (38 loc) · 1.11 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
physo.egg-info/
.DS_Store
__pycache__
.ipynb_checkpoints
.idea/
# Coverage
.coverage
# Ignoring files generated by tests
perf_*.csv
perf_*.png
physo/physym/tests/**/*.png
physo/physym/tests/**/*.csv
physo/task/tests/**/*.png
physo/task/tests/**/*.csv
physo/task/tests/**/*.pdf
physo/task/tests/**/*.pkl
# Ignoring files generated by demos
demos/**/*.log
demos/**/*.png
demos/**/*.pkl
demos/**/*.pdf
demos/**/*.csv
# Ignoring all .csv files in demos and subdirectories except data files used and results from demos:
!demos/class_sr/demo_milky_way_streams/streams.csv
!demos/class_sr/demo_milky_way_streams/results/**
# Ignoring files generated by scripts related to the Feynman benchmark
benchmarking/FeynmanBenchmark/FR*
benchmarking/FeynmanBenchmark/feynman_efficiency_curve.png
benchmarking/FeynmanBenchmark/jobfile
# Ignoring files generated by scripts related to the Class benchmark
benchmarking/ClassBenchmark/CR*
benchmarking/ClassBenchmark/jobfile
# Ignoring files generated by scripts related to the Milky Way streams
demos/class_sr/demo_milky_way_streams/jobfile
# Docs build
docs/build/*
# Docs build: PhySO build from docs
build/*