Files
TinyTorch/.gitignore
Vijay Janapa Reddi b7521cdbab Clean up temporary review and analysis files
Remove temporary files from repository:
- COMPREHENSIVE_MODULE_REVIEW.md - Module review (temporary)
- paper/CITATIONS_TO_ADD.md - Citation recommendations (temporary)
- paper/CLAIM_EVIDENCE_MATRIX.md - Evidence validation (temporary)
- paper/EVIDENCE_INVENTORY.md - Evidence tracking (temporary)
- paper/LITERATURE_REVIEW_ASSESSMENT.md - Literature review (temporary)
- paper/PYTHON_DEVELOPER_TECHNICAL_REVIEW.md - Code review (temporary)
- paper/NEW_CITATIONS.bib - Temporary citations (content in references.bib)
- paper/proposed_figures.tex - Figure proposals (temporary)

Update .gitignore to prevent tracking these file types:
- Add patterns for *_REVIEW*, *_MATRIX, *_INVENTORY, *_ASSESSMENT
- Add NEW_CITATIONS.bib and proposed_figures.tex patterns
- These files are AI-generated temporary analysis artifacts

Update paper.pdf with latest compilation including caption styling.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 20:51:32 -05:00

180 lines
2.2 KiB
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
bin/
include/
lib/
lib64/
pyvenv.cfg
share/
# Prevent duplicate venvs in subdirectories
site/.venv/
**/.venv/
**/venv/
**/env/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Book
book/_build/
site/_build/
# NBGrader
assignments/autograded/
assignments/feedback/
assignments/submitted/
# Logs
*.log
# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.out
*.fls
*.fdb_latexmk
*.synctex.gz
*.toc
*.lof
*.lot
# Database
*.db
*.sqlite
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
# Backup files
*.bak
*.backup
# AI assistant configs
.claude/
.cursor/
.ai/
# Project specific
tito-cli.log
COMMIT_LOG.txt
# Downloaded datasets (not source-controlled, too large)
data/
datasets/
milestones/datasets/
# BUT: Include TinyTorch's curated educational datasets (tiny, ship-with-repo)
!datasets/tinydigits/
!datasets/tinytalks/
!datasets/tinymnist/
!datasets/README.md
!datasets/DATASET_ANALYSIS.md
# Temporary AI-generated reports (not permanent project docs)
MODULE_REVIEW_REPORT_*.md
MODULE_STATUS_SUMMARY.md
**/*_SUMMARY.md
**/*_REPORT*.md
**/*_ANALYSIS.md
**/*_VERIFICATION.md
**/*_CHECKLIST.md
**/*_FIXES*.md
**/*_CHANGES*.md
**/*_COMPLETE.md
**/*_RECOMMENDATIONS.md
**/*_BEFORE_AFTER.md
**/*_OUTPUTS.md
**/*_UPDATE.md
**/*_STATUS.md
**/*_MAP.md
**/*_GUIDE.md
**/*_FINDINGS.md
**/*_PLAN.md
**/*_COMPARISON.md
**/*_REVIEW*.md
**/*_MATRIX.md
**/*_INVENTORY.md
**/*_ASSESSMENT.md
**/VERIFY_*.py
**/NEW_CITATIONS.bib
**/proposed_figures.tex
progress.json
modules/HASATTR_*.md
# Generated development notebooks (built from *_dev.py source files)
modules/*/*_dev.ipynb