init
This commit is contained in:
commit
3ffc8bdbc2
15 changed files with 1221 additions and 0 deletions
12
llm-service/.gitignore
vendored
Normal file
12
llm-service/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
*.toml
|
||||
Loading…
Add table
Add a link
Reference in a new issue