taf-agent / .gitignore
karlexmarin's picture
chore: gitignore draft post files (HF_FORUM_POST / HN_POST / EMAIL_*)
ffda3dc
raw
history blame
597 Bytes
��__pycache__/
# HF Space rejects PNG files (binary; needs Xet storage).
# PNGs already live in NeurIPS/paper/figures/ — not needed for browser tool.
data/**/*.png
__pycache__/
*.pyc
# Local diagnose run outputs (regenerable from python/diagnose_model.py)
diagnose_results/
# Paper PDFs and large binaries (source TeX lives in NeurIPS/paper/)
docs/*.pdf
# Old version posts (archived locally; superseded by current README/HF Space)
hf-post-v*-update.md
# Draft forum / blog posts ready for the user to copy-paste elsewhere; not source.
HF_FORUM_POST.md
HN_POST.md
EMAIL_*.md