Initial commit: pallas package extracted from mentor

This commit is contained in:
2026-04-02 12:41:53 +00:00
commit 9092afb532
8 changed files with 1094 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
MANIFEST
# Virtual environments
.venv/
venv/
env/
ENV/
# Environments
.env
# FastAgent runtime
fastagent.secrets.yaml
fastagent.jsonl
.fast-agent/sessions/
# Editor
.ruff_cache/
.mypy_cache/
.pypirc