-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (77 loc) · 1.24 KB
/
.gitignore
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
# Ignore virtual environments
.venv/
.env
.idea/
client/
# instance and migrations directories
instance/
migrations/
# training and model files
models/
training_history/
result_summary*
confusion_matrices/
conf_matrix/
global_best_weights.weights.h5
best_model.keras
fine_tuned_model_weights.weights.h5
use_model.keras
updated_classifier.h5
best_classifier_model.h5
best_model_weights.weights.h5
# databases
*.sqlite3
*.db
identifier.sqlite
mydata.db
test.db
# Ignore configuration files
*.yaml
*.json
firebase.json
database.rules.json
*.log
*.pyc
__pycache__/
*.bak
*.swp
# Ignore large data and result files
*.png
*.jpg
*.jpeg
*.csv
*.txt
*.h5
*.weights
# Ignore directories for scripts, models, and data
gcswork/
gcswork.py
training_plots_20240403-204919.png
most_common_misclassifications.csv
combined_metrics_history_20240403-204919.csv
result_summary/
downloaded_model/
all_breeds_root/
templates/index2.html
templates/gan_playground.html
templates/
create_admin.py
# Ignore miscellaneous files
analyzeModel.py
app.log
breed_names.txt
custom_metrics*
scrape.py
generateImage.py
viewClass.py
lookatDir.py
ideas.txt
gpu_setup.py
getFiles.py
auth.py
app/firebase-config.js
# Ignore any hidden system files
.DS_Store
Thumbs.db
.gcloudignore
.gitignor