mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-20 21:34:13 -07:00
Merge pull request #126 from Frederisk/patch-3
Ignore huggingface cache
This commit is contained in:
commit
8c0a257017
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# huggingface cache
|
||||||
|
.hf_cache/
|
||||||
|
|
||||||
.idea/**/workspace.xml
|
.idea/**/workspace.xml
|
||||||
.idea/**/tasks.xml
|
.idea/**/tasks.xml
|
||||||
.idea/**/usage.statistics.xml
|
.idea/**/usage.statistics.xml
|
||||||
|
@ -319,4 +322,4 @@ dmypy.json
|
||||||
.pytype/
|
.pytype/
|
||||||
cython_debug/
|
cython_debug/
|
||||||
*.md
|
*.md
|
||||||
.git*
|
.git*
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
||||||
# Codegen Models
|
# Codegen Models
|
||||||
models/*
|
models/*
|
||||||
|
# huggingface cache
|
||||||
|
.hf_cache/
|
||||||
|
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue