mirror of
https://github.com/leigest519/ScreenCoder.git
synced 2026-02-12 17:52:47 +00:00
57 lines
596 B
Plaintext
57 lines
596 B
Plaintext
# OS / IDE
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.ipynb_checkpoints/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.env.*
|
|
|
|
# Logs & outputs
|
|
logs/
|
|
output/
|
|
outputs/
|
|
runs/
|
|
wandb/
|
|
*.log
|
|
|
|
# Data & checkpoints (large files)
|
|
data/
|
|
checkpoints/
|
|
experiments/
|
|
*.ckpt
|
|
*.safetensors
|
|
*.pt
|
|
*.bin
|
|
|
|
# HuggingFace / caches
|
|
hf_cache/
|
|
ms_cache/
|
|
om_cache/
|
|
**/.cache/
|
|
|
|
# Conda env archives
|
|
conda_envs/*.tar.gz
|
|
conda_envs/*.tar.gz.part.*
|
|
|
|
# LLaMA-Factory artifacts
|
|
LLaMA-Factory/output/
|
|
LLaMA-Factory/saves/
|
|
LLaMA-Factory/.cache/
|
|
|
|
# VLM-R1 artifacts
|
|
VLM-R1/output/
|
|
VLM-R1/.cache/
|
|
|
|
# vLLM
|
|
vllm/*.json
|
|
vllm/*.log
|