Skip to content

Commit cf88ec4

Browse files
authored
Add lock files to .gitignore (guillaume-be#101)
* Add lock file to gitgnore * Bumped dependencies
1 parent db01de4 commit cf88ec4

File tree

3 files changed

+5
-1889
lines changed

3 files changed

+5
-1889
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
main/target
2+
main/Cargo.lock
23
python-bindings/build
34
python-bindings/dist
45
python-bindings/*egg-info*
56
python-bindings/tests/__pycache__*
67
python-bindings/__pycache__*
78
python-bindings/*eggs*
89
python-bindings/target
10+
python-bindings/Cargo.lock
911
main/src/sentencepiece_model.rs
1012
**/*.rs.bk
1113
.idea*

0 commit comments

Comments
 (0)