chore: 更新.gitigore

This commit is contained in:
2026-03-21 16:46:53 +08:00
parent 3fb2326115
commit 5b47ab1dea
+10 -11
View File
@@ -1,13 +1,12 @@
# cache # Ignore everything
__pycache__* *
*.egg-info
# dataset # Allow directories to be traversed
dataset/* !*/
output/*
# tokenzier # Allow specific file types and root files
tokenizer.json !*.py
!*.md
# test unit !*.png
test* !LICENSE
!pyproject.toml