Added a gitignore for ignoring .pyc files

This commit is contained in:
Onur Atakan ULUSOY 2022-05-11 16:28:08 +00:00
parent 2f684ba3f8
commit 6d0f29991e

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ deepface/detectors/__pycache__/*
tests/dataset/*.pkl
.DS_Store
deepface/.DS_Store
*.pyc