AniFileBERT / .gitignore
ModerRAS's picture
Add Rust encoded dataset cache
c705a32
Raw
History Blame Contribute Delete
343 Bytes
__pycache__/
*.pyc
.venv/
.venv-codex/
.pytest_cache/
.ruff_cache/
logs/
checkpoints/
test_checkpoints*/
ab_checkpoints*/
*.log
*.onnx.data
docs/training_notes.md
data/**/*.jsonl
!data/synthetic_small.jsonl
!data/test_smoke.jsonl
data/**/*.db
data/**/*.sqlite
data/encoded_cache/
data/generated/
reports/
reports/generated/
target/
**/target/