# secrets — never commit real keys .apikey .uncensored_key # local host-specific config .env # python / venv .venv/ __pycache__/ *.pyc # runtime state *.pid *.log # scratch model definitions (generated by scripts/make-context-variant.sh) Modelfile.* # OS .DS_Store