-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
272 lines (240 loc) · 4.22 KB
/
.gitignore
File metadata and controls
272 lines (240 loc) · 4.22 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# macOS
.DS_Store
# Book working files - NEVER check in temporary/in-progress versions
# Only content.md and Outline.md (without suffixes) should be committed
*_REVISED*
*_revised*
*_RAW*
*_raw*
*_BACKUP*
*_backup*
*_OLD*
*_old*
*_DRAFT*
*_draft*
*_WIP*
*_wip*
Outline_REVISED.md
Outline_revised.md
# Python
*__pycache__*
**/.ipynb_checkpoints/
*.py[cod]
*$py.class
.venv
VENV/
venv/
ENV/
env/
# .NET build outputs
bin/
obj/
*.dll
*.pdb
*.exe
*.cache
*.CopyComplete
*.FileListAbsolute.txt
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
# IDE and editor files
.vs/
.vscode/
*.user
*.suo
*.userprefs
*.sln.docstates
.idea/
.aider*
.cursor/
.ruff_cache/
.mypy_cache/
.specstory/
# Environment and configuration files
.env
!.env.example
.envrc
*.env.production
*.env.local
*.env.staging
-e
config.yaml
*config.yaml
local.settings.json
appsettings.Development.json
*.Development.json
.env.json
# Project-specific files
.databrickscfg
.current-project-name
debug.sh
set-environment.sh
additional-commands.sh
# Logs and data
*.log
*debug.log*
logs/
data/
data/*
archive/
output/
sample-sensor/
rendered
**/volumes/
**/shards/
**/stdout
**/stderr
**/results/
state/*
uploader-state/*
# Database files
*.db
*.db-shm
*.db-wal
pipeline_config.db
# Dependencies
packages/
*.nuget.props
*.nuget.targets
project.lock.json
project.assets.json
*.nuget.cache
node_modules/
**/vendor/**
# Runtime files
*.dll.config
*.exe.config
*.json.user
*.runtimeconfig.json
*.deps.json
# Archive and backup files
*.zip
*.tar.gz
*.7z
*.rar
backup.bundle
*~
*.bak
*.backup
*.orig
*.original
# Security: Exclude all credential and sensitive files
credentials/*
!credentials/.keep
!credentials/README.md
!credentials/*.sample
*.pem
*.key
*.p12
*.pfx
*.pub
*-credentials
*-production.env
*-production-config.json
*-production.docker.env
aws-credentials
!aws-credentials.sample
.aws/credentials
.aws/config
.aws/cli/cache/
.aws/sso/cache/
.aws_cache
*secret*
*token*
ansible.cfg
# Test environments with sensitive data
test-bacalhau-env/
test-bacalhau-env/**/credentials
test-bacalhau-env/**/.aws/
# Instance files with real credentials
spot/instance-files/etc/aws/credentials/aws-credentials
spot/instance-files/etc/aws/credentials/expanso-*
!spot/instance-files/etc/aws/credentials/.keep
!spot/instance-files/etc/aws/credentials/README.md
!spot/instance-files/etc/aws/credentials/*.sample
# Bacalhau real credentials - exclude real files but keep placeholders for deployment
# These files need to exist for deployment to work, but contain placeholder values
# Real values should be injected during deployment process
# Bacalhau data with credentials
**/bacalhau_data/credentials/
!**/bacalhau_data/credentials/.keep
# Instance configuration files
spot/instances.json
# Cosmos DB specific
cosmos-uploader/**/bin/
cosmos-uploader/**/obj/
cosmos-uploader-old/
cosmos-uploader/.cspell/
cosmos-uploader/bin/
cosmos-uploader/obj/
cosmos-uploader/cosmos-config.yaml
demo-network/files/cosmos-config.yaml
config/cosmos-config.yaml
*cosmos-with-bacalhau
# Databricks and cloud specific
docker-compose.yaml
sample-sensor/*
# Generated and temporary files
latest-tag
.latest-*
test-*.yaml
test-*.py
test-*.sh
debug-*.py
diagnose-*.py
fix-*.py
simple-cleanup.py
show-upload-status.py
quick-*.sh
temp
job_id.txt
# Terraform
.terraform/
terraform.tfstate.d/
.terraform.lock.hcl
tf/.terraform/*
*.tfstate*
tf/.terraform/environment
tf.out
plan.out
# Bacalhau specific
bacalhau
bacalhau.run
job-[0-9a-z]*
!job-one-zone.yaml
# Documentation and study materials
docs.bacalhau.org/
todo/eurec4a/how_to_eurec4a
NOTES.md
# Machine configurations
**/MACHINES.json
# Data files
**/*.h5
scripts.zip
*.specstory*
# Local development specific
.minio*
tools/local-lakehouse/spark-delta-jars/
tools/local-lakehouse/minio-data/
# Flox environments
**/.flox/**
queuing/job/.flox
# Event and JSON files (specific to some services)
event-puller/*.json
event-pusher/*.json
# Large media files
model-inference/object-detection-yolo5/videos/video2.mp4
# Specific service logs
queuing/agent-container/bacalhau_v1.3.2_linux_amd64.tar.gz
data-engineering/postgres-with-bacalhau/postgres-uploader/logs/access.log
data-engineering/bigquery-with-bacalhau/logs/access.log
# Large data files
todo/socat/input/sst.mnmean.nc
LLM.txt