32 lines
365 B
Plaintext
32 lines
365 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# 大数据集(已在 v1.0.0 推送,保留默认入库)
|
|
# data/styles/
|
|
# data/thumbs/
|
|
# data/styles_meta.json
|
|
# data/styles_lite.json
|
|
# data/search_index.json
|
|
# data/catalog.json
|
|
|
|
# 临时文件
|
|
*.log
|
|
*.tmp
|
|
*.bak
|