Skip to content

Commit bdd6d82

Browse files
author
lohanspies
committed
cleaned up .gitignore
1 parent 8555e1a commit bdd6d82

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.gitignore

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
.coverage
21
.idea/
32
.code
43
dist
54
*.egg-info
65
build
76
.env
8-
.ipynb_checkpoints/
9-
__pycache__/
10-
11-
**/received_files/*
12-
13-
.vscode/
14-
# exception to the rule
15-
16-
**/model.pt
17-
**/trained_model.pt
18-
**/untrained_model.pt
19-
**/part_trained.pt
207
.venv
8+
.pytest_cache/*
9+
.vscode/

0 commit comments

Comments
 (0)