ajakab's picture
qwen call fixes, tried with LM studio server, hope it does not break anything :)
40e8702 verified
Raw
History Blame
368 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual environments
.venv/
venv/
env/
# Secrets / local config
.env
.env.*
# Model weights (managed separately)
checkpoints/
*.pt
*.pth
*.gguf
*.bin
# Run artifacts
traces/
*.mp4
# Dev tooling
.pytest_cache/
.ruff_cache/
.DS_Store
.claude/
# Git
.git/