Skip to content

Commit bba9afe

Browse files
committed
ignore
1 parent 9ebcbed commit bba9afe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ timit_data/
2727
# C extensions
2828
*.so
2929

30+
# PyCharm
3031
.idea/
3132

3233
# Distribution / packaging
@@ -126,11 +127,14 @@ ENV/
126127

127128
# mypy
128129
.mypy_cache/
130+
# pytest
131+
.pytest_cache/
129132

130133
# data
131134
.data/
132135
Datasets/
133136
mnist/
137+
legacy/checkpoints/
134138

135139
# pl tests
136140
ml-runs/

0 commit comments

Comments
 (0)