mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
* add vscode and uv artifacts to gitignore * !fragment feature * Update fragment command to accept multiple fragments * Add support for multiple fragments in !fragment command, factor out fragment processing * Add support for fragment/system fragment arguments in chat command * update docs --------- Co-authored-by: Simon Willison <swillison@gmail.com>
12 lines
No EOL
109 B
Text
12 lines
No EOL
109 B
Text
.venv
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv
|
|
.eggs
|
|
.pytest_cache
|
|
*.egg-info
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
uv.lock |