-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (60 loc) · 868 Bytes
/
Copy path.gitignore
File metadata and controls
74 lines (60 loc) · 868 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Datasets (large files)
ALL_IDB/
C-NMC_Dataset/
Healthy_WBC_Dataset/
# Archives
archive/
_OLD/
_old/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
# Models (binary files) — allow production models
models/*.h5
models/*.pb
models/checkpoints/
!models/production/
# Jupyter
.ipynb_checkpoints/
# *.ipynb
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Training outputs
logs/
checkpoints/
wandb/
# Temp / runtime
temp_uploads/
output/
outputs/
# Android build artifacts
*.hprof
android_app/.gradle/
android_app/build/
android_app/app/build/
android_app/local.properties
# Internal working docs (not for repo)
WORK_SUMMARY.md
GIT_REWRITE_GUIDE.md
PROGRESS.md
# External reference repos (cloned for study)
ALL-Arduino-Nano-33-BLE-Sense-Classifier/
all-classifiers-2019/
*.zip