corrected .gitignore

This commit is contained in:
patrycjalazna 2022-02-15 16:48:18 +01:00
parent 8a408ffbfc
commit b7fff3245e
3 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ venv/
**/images* **/images*
**/data/train_features* **/data/train_features*
**/data/train_labels* **/data/train_labels*
**/__pychache__* **/__pycache__*