mirror of
https://github.com/zenlm/zen-coder-flash.git
synced 2026-07-25 18:31:40 +00:00
56 lines
439 B
Plaintext
56 lines
439 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.Python
|
|
*.so
|
|
.eggs/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
|
|
# Data
|
|
*.jsonl
|
|
!training/data/README.md
|
|
|
|
# Outputs
|
|
output/
|
|
saves/
|
|
checkpoints/
|
|
logs/
|
|
*.log
|
|
|
|
# Model files
|
|
*.safetensors
|
|
*.bin
|
|
*.pt
|
|
*.pth
|
|
*.gguf
|
|
*.onnx
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Secrets
|
|
*.pem
|
|
*.key
|
|
credentials.json
|
|
|
|
# Generated
|
|
submit.slurm
|
|
compose.yml
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
GEMINI.md
|
|
QWEN.md
|