ipex-llm/.gitignore
WangBin fced58a044 Add Friesian multi task example code and readme (#5460)
* add multi task example codes and readme

* fix for Friesian code style

* part 1: fix comments in pr

* update for comments part 2

* update for pr comments part 3

* update for code style

* update codes and add test results

* Update README.md
2022-09-15 21:03:53 +08:00

51 lines
566 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
__pycache__
*.egg-info
target
build
dist
apps/wide-deep-recommendation/model_training.ipynb