Merge pull request #126 from Frederisk/patch-3

Ignore huggingface cache
This commit is contained in:
Brendan Dolan-Gavitt 2022-11-26 18:40:57 -06:00 committed by GitHub
commit 8c0a257017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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
View file

@ -1,5 +1,7 @@
# Codegen Models # Codegen Models
models/* models/*
# huggingface cache
.hf_cache/
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json