mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-27 13:17:31 -05:00
Update gitignore to exclude datasets and temporary reports
Add patterns for data directories and module review reports
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -113,3 +113,14 @@ Thumbs.db
|
||||
# Project specific
|
||||
tito-cli.log
|
||||
COMMIT_LOG.txt
|
||||
|
||||
# Datasets (downloaded/generated)
|
||||
data/
|
||||
datasets/
|
||||
milestones/datasets/
|
||||
|
||||
# Temporary reports and analysis files
|
||||
MODULE_REVIEW_REPORT*.md
|
||||
MODULE_STATUS_SUMMARY.md
|
||||
*_ANALYSIS.md
|
||||
*_AUDIT.md
|
||||
|
||||
Reference in New Issue
Block a user