Skip to content

Commit 70f5f53

Browse files
committed
refactor boundary cell capture scripts dir and make final updates
1 parent 8cd7f22 commit 70f5f53

7 files changed

Lines changed: 79 additions & 20 deletions

File tree

.gitignore

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# --- Byte-compiled / optimized / DLL files ---
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# --- Virtual Environments ---
7+
.venv/
8+
venv/
9+
env/
10+
bin/
11+
lib/
12+
include/
13+
develop-eggs/
14+
15+
# --- Jupyter Notebooks ---
16+
.ipynb_checkpoints
17+
*/.ipynb_checkpoints/*
18+
# Best practice: Don't ignore .ipynb files themselves, just the checkpoints.
19+
20+
# --- Data & Large Files (Crucial for DS) ---
21+
data/
22+
*.csv
23+
*.json
24+
*.sql
25+
*.sqlite
26+
*.parquet
27+
*.pickle
28+
*.pkl
29+
*.npy
30+
*.npz
31+
*.h5
32+
*.models/
33+
models/*.pth
34+
models/*.onnx
35+
36+
# --- Environment Variables (Secrets) ---
37+
.env
38+
.flaskenv
39+
secrets.json
40+
41+
# --- Distribution / Packaging ---
42+
dist/
43+
build/
44+
*.egg-info/
45+
nosetests.xml
46+
coverage.xml
47+
*.cover
48+
.hypothesis/
49+
50+
# --- IDEs & Editors ---
51+
.vscode/
52+
.idea/
53+
*.swp
54+
*.swo
55+
.DS_Store
56+
57+
# --- Logs ---
58+
*.log
59+
logs/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

CaptureBugBoundary/CaptureLiveCellstoCSV_AngularSort.lua renamed to CaptureBugBoundary/archived/CaptureLiveCellstoCSV_AngularSort.lua

File renamed without changes.

testing/test_boundary_capture.ipynb

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)