Skip to content

Commit cf98e87

Browse files
Adding .cache/ and .coverage to .gitignore
1 parent 8765d28 commit cf98e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ dist/
88
venv/
99
*log.txt
1010
gdax/__pycache__/
11+
.cache/
12+
.coverage
13+
tests/__pycache__/

0 commit comments

Comments
 (0)