ipex-llm/.gitignore
Guancheng Fu 67db925112
Add vllm quickstart (#10978)
* temp

* add doc

* finish

* done

* fix

* add initial docker readme

* temp

* done fixing vllm_quickstart

* done

* remove not used file

* add

* fix
2024-05-17 16:16:42 +08:00

56 lines
No EOL
612 B
Text

# Compile products
*.pyc
*.class
*.crc
*.o
# SBT, Maven specific
.cache
.history
.lib/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
dependency-reduced-pom.xml
# IDE specific
.scala_dependencies
.worksheet
*.iml
.idea/
.vscode/
# macOS specific
.DS_Store
# data files
model*.[0-9]*
state*.[0-9]*
# other
nohup.out
*.log
*.lock
*.un~
*.idx
.ipynb_checkpoints/
.project
.settings/
*/.cache-main
*/.cache-tests
*/.classpath
*/.project
*/.settings/
*.so
*.so.*
*.dylib
__pycache__
*.egg-info
target
build
dist
# For readthedocs
docs/readthedocs/requirements-doc.txt
docs/readthedocs/_build/*