fathom-code / .gitignore
Pratham-math's picture
chore(.gitignore): allow data/*.jsonl on main (re-applied after force-push)
7f5dd6e verified
Raw
History Blame Contribute Delete
356 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.pytest_cache/
# Virtualenvs (local)
.venv/
.venv-*/
fathom/
venv/
env-venv/
# Build / dist artifacts
dist/
build/
# Editor / OS
.DS_Store
Thumbs.db
*.swp
# Secrets
.env
.env.local
# Training/run outputs
outputs/
wandb/
# Phase 0 REPL ephemeral episode dirs
/tmp/episode-*/
unsloth_compiled_cache/