forked from llnl/merlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (55 loc) · 637 Bytes
/
.gitignore
File metadata and controls
67 lines (55 loc) · 637 Bytes
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
# Merlin .gitignore
# Python bytecode and serialized files
__pycache__/
*.py[cod]
*.pkl
*.db
*.npy
*.npz
*.hdf5
dist/
build/
# Egg packaging
*.egg
*.egg-info/
# virtual environments
toss3venv/
venv/
chaos5-venv/
blueos/
venv_*
# Merlin-generated output
*_ARCHIVE/
*_ARCHIVE_DIR/
ARCHIVE
ARCHIVE_DIR
*_OUTPUT/
*_OUTPUT_D/
*_ensemble_*/
# Scheduler logs
flux.out
slurm*.out
docs/build/
# Tox files
.tox/*
# Jupyter
jupyter/.ipynb_checkpoints
jupyter/testDistributedSamples.py
# Images
*.pdf
# aspell
*.bak
# Misc file extension types
*.swl
*.swm
*.swn
*.swo
*.swp
*.db
*.npy
*.log
# IDEs
*.idea
# Misc directories
dist/
build/