# Python __pycache__/ *.py[cod] *.egg-info/ .venv/ venv/ # Local model weights. We don't redistribute the upstream Qwen GGUFs # here — scripts/build.sh fetches one from # llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-GGUF locally. The single # Janus-35B-A3B.*.gguf we DO ship backs the HF/Ollama "Use this model" # widget (ollama run hf.co/FoolDev/Janus-35B-HERETIC). *.gguf !Janus-35B-A3B.*.gguf *.safetensors *.bin # Build / runtime artifacts that get created if anyone runs hf download or # scripts/build.sh from inside the repo. .cache/ *.incomplete *.lock # Editor / OS .DS_Store .idea/ .vscode/ *.swp *~