70 lines
822 B
Text
Executable file
70 lines
822 B
Text
Executable file
._*
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
.venv_overlay/
|
|
.venv_t5/
|
|
venv/
|
|
env/
|
|
environment.yaml
|
|
|
|
# Unsloth cache
|
|
unsloth_compiled_cache/
|
|
|
|
# ML artifacts (large files)
|
|
outputs/
|
|
exports/
|
|
/datasets/
|
|
unsloth_training_checkpoints/
|
|
*.gguf
|
|
*.safetensors
|
|
|
|
# llama.cpp build (built by setup.sh, shared with unsloth-zoo export)
|
|
llama.cpp/
|
|
|
|
# Built binaries (llama-server etc.)
|
|
bin/
|
|
|
|
# IDE / Editors
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
|
|
# oh-my-codex
|
|
.omx/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Firebase
|
|
firebase-debug.log
|
|
|
|
# Other
|
|
resources/
|
|
tmp/
|
|
auth.db
|
|
studio/frontend/package-lock.json
|
|
|
|
# Local working docs
|
|
**/CLAUDE.md
|
|
**/claude.md
|
|
**/AGENT.md
|
|
**/agent.md
|
|
docs/canvas-lab-architecture.md
|
|
studio/frontend/test/
|
|
studio/tests/
|
|
studio/backend/tests/
|
|
log_rtx.txt
|
|
log.txt
|
|
setup_leo.sh
|