AniFileBERT / .gitignore
ModerRAS's picture
Train virtual-shard anime parser
359ff82
__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/generated/
reports/generated/
target/
**/target/