ai-lab / .dockerignore
ClemSummer's picture
moved both cbow and qwen to cache HF dataset
e497915
raw
history blame contribute delete
413 Bytes
# Bytecode, cache, notebooks
__pycache__/
*.pyc
*.pyo
*.pyd
*.ipynb
*.ipynb_checkpoints
# Virtual environments and editor files
.env
.venv/
*.log
.DS_Store
.vscode/
.idea/
# Git and Hugging Face system files
.git/
*.gitignore
# Local data/artifacts
artifacts/
data/
datasets/
checkpoints/
clip-checkpoints/
*.pt
*.pth
*.onnx
models/
# Docker or Space-specific
docker-compose.yaml
Caddyfile
qwen_model/
models/