Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
malt666
/
tokenizer
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tokenizer
/
.gitignore
malt666
Upload 12 files
4fee7d8
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
239 Bytes
# 二进制文件
*
.exe
*
.exe
~
*
.dll
*
.so
*
.dylib
main
# 测试文件
*
.test
*
.out
# IDE配置
.idea/
.vscode/
*
.swp
*
.swo
# 依赖目录
vendor/
# 环境变量
.env
*
.env
# 系统文件
.DS_Store
Thumbs.db