-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
127 lines (106 loc) · 1.28 KB
/
Copy path.dockerignore
File metadata and controls
127 lines (106 loc) · 1.28 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Git
.git
.gitignore
.github/
# Documentation (keep README for reference in container)
docs/
*.md
!README.md
!requirements.txt
# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.tox/
sdist/
build/
dist/
# Virtual environments
venv/
.venv/
env/
ENV/
win_venv/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Data directories (too large for containers)
data/raw/
data/processed/
data/synthetic/*.npz
data/synthetic/*.h5
data/synthetic/*.hdf5
# BETSE simulation output
**/RESULTS/
betse-results/
# Experiment results
experiments/
results/
*.log
logs/
# Model files (too large)
*.pth
*.pt
*.ckpt
*.pkl
*.joblib
# Cache
.cache/
cache/
# Temporary files
*.tmp
*.temp
*~
# Large archives
*.tar.gz
*.zip
*.7z
# Biofield research data formats
*.mat
*.fif
*.set
*.bdf
*.edf
*.ncs
*.nev
*.nwb
# ML tracking
wandb/
mlruns/
tensorboard_logs/
.neptune/
.comet/
lightning_logs/
# Julia
.julia/
# Development scratch
scratch/
sandbox/
playground/
old/
backup/
# Jupyter checkpoints
.ipynb_checkpoints/
# Node modules
node_modules/
# Environment files with secrets
.env
*.pem
# Pre-commit config
.pre-commit-config.yaml
# AWS temp files
spot-options.json
block-device-mappings.json
*-userdata.sh