mirror of
https://github.com/yshtcn/OllamaProxy.git
synced 2026-03-15 07:06:28 +08:00
Initial commit: Add Ollama Proxy project files
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
.tox
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
*.log
|
||||
.pytest_cache
|
||||
.env
|
||||
.venv
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user