Initial commit: pallas package extracted from mentor
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user