14 lines
109 B
Plaintext
14 lines
109 B
Plaintext
# cache
|
|
__pycache__*
|
|
*.egg-info
|
|
|
|
# dataset
|
|
dataset/*
|
|
output/*
|
|
|
|
# tokenzier
|
|
tokenizer.json
|
|
|
|
# test unit
|
|
test*
|