Skip to content

Commit e91de05

Browse files
committed
Remove large files from tracking and update .gitignore
- Remove research PDF and performance report JSON from git tracking - Update .gitignore to exclude PDFs and performance reports - Fix TensorFlow deprecation issue (lr -> learning_rate) - All core functionality tested and working
1 parent 844bc72 commit e91de05

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,11 @@ tmp/
200200
temp/
201201
*.tmp
202202
*.temp
203+
204+
# Research papers and documentation
205+
*.pdf
206+
Research Article/
207+
208+
# Performance reports and logs
209+
aidas_performance_report_*.json
210+
*.json

aidas_performance_report_1749007231.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)