viral-post-env / .gitignore
anuragredbus's picture
Viraltest OpenEnv: deploy to HF Space
4abeb9a
raw
history blame contribute delete
305 Bytes
# Local secrets (HF_TOKEN, etc.) — never commit
.env
.env.*
!.env.example
# Generated visualization outputs (regenerate: python visualize_optimal.py)
# Hugging Face Spaces rejects plain-git binary files; keep charts local or use Git LFS elsewhere.
*.png
__pycache__/
*.py[cod]
*.egg-info/
.mplconfig/