-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (41 loc) · 796 Bytes
/
.gitignore
File metadata and controls
41 lines (41 loc) · 796 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
# Ignore output files
outputs
output
OUTPUT
OUTPUTS
*.out
*.OUT
!restart.dat
**/RESTARTS/**
**/PDB/**
**/DATA/**
# NERDSS outputs in DATA folder
# **/histogram_complexes_time.dat
# **/system.psf
# **/bound_pair_time.dat
# **/initial_crds.xyz
# **/trajectory.xyz
# **/copy_numbers_time.dat
# **/mono_dimer_time.dat
# **/transition_matrix_time.dat
# **/event_counters_time.dat
# **/observables_time.dat
# **/nerdss_output/**
# **/SIMS/**
# Exceptions for specific datasets
!**/assoc_dissoc_time.dat
!**/histogram_complexes_time.dat
# !Figure2-DNA/NERDSS_a/debug_dimer/**/OUTPUT
# ignore python cache files
*.pyc
__pycache__/
.ipynb_checkpoints/
# ignore Archived files
Archived/
# ignore Test files
Tests/
# ignore specific files labeled as "ignore"
*.ignore
IGNORE*
# ignore mac os files
.DS_Store