chore(repo): add LICENSE, CI workflow, and untrack local config
Public-repo hygiene now that the project is hosted on Forgejo: - LICENSE: add the MIT text that pyproject.toml already declares. - .forgejo/workflows/ci.yml: run the pytest suite on push/PR against Python 3.10 and 3.12, so regressions (e.g. the healthcheck port bug) get caught automatically. - Untrack llama.cpp.config and gitignore it: it is a machine-specific runtime config that may later hold an api_key. The tracked template remains llama.cpp.config.example (copy it to get started). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d5a69e8bf8
commit
d72361cbae
4 changed files with 52 additions and 79 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -19,3 +19,7 @@ venv/
|
|||
|
||||
# Runtime lock files
|
||||
*.lock
|
||||
|
||||
# Local runtime config (machine-specific; may hold an api_key).
|
||||
# The tracked template is llama.cpp.config.example — copy it to get started.
|
||||
llama.cpp.config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue