Stack-2-9-finetuned / .gitignore
Walid Sobhi
Remove *.safetensors from gitignore to allow model weight uploads
af5d014 verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dist/
build/
# Training Artifacts
data/
output/
models/
*.ckpt
*.bin
.huggingface/
cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Dataset
training-data/code-pairs/pairs.json
training-data/synthetic/examples.jsonl
training-data/advanced-patterns/examples.jsonl
# Evaluation
stack-2.9-eval/results/
stack-2.9-eval/benchmarks/
# Logs
logs/
*.log
# Environment
.env
.env.local
.secrets/
# GPU
*.npy
*.npz
# Temporary
tmp/
temp/training-data/**/*.jsonl
training-data-expanded/**/*.jsonl
*.jsonl
# Archived files
src/archived/
src/cli/
# macOS
.DS_Store