-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (43 loc) · 855 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (43 loc) · 855 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
# Ignore system files
.DS_Store
Thumbs.db
# Ignore compiled Python files
__pycache__/
*.py[cod]
*.so
*.pyo
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore virtual environments (if using venv)
venv/
.env/
# Ignore log files
logs/
*.log
# Ignore model and data files
models/
*.tar.gz
*.npz
*.pkl
*.json
*.pth # PyTorch models
*.h5 # TensorFlow/Keras models
# Ignore temporary and cache files
*.tmp
*.swp
*.swo
# Ignore Colab-specific files
.colab/
# Ignore VSCode settings
.vscode/
# Allow experiment result JSON files
!results/original_paper/*.json
# Allow phase1 repair result summaries to be tracked
!results/phase1_repair/
!results/phase1_repair/*.json
# Allow Phase 2 Tier 2 evidence artifacts to be tracked
!results/phase2_tier2/
!results/phase2_tier2/*.json
# Large external survey datasets
data/PLAsTiCC/
data/SNE/