Merge pull request #681 from younver/master

cleaned gitignore
This commit is contained in:
Sefik Ilkin Serengil 2023-02-25 22:52:14 +01:00 committed by GitHub
commit 3f3f26a90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.gitignore vendored
View File

@ -1,7 +1,5 @@
__pycache__/* **/__pycache__
basemodels/__pycache__/* **/.DS_Store
configurations/__pycache__/*
tests/__pycache__/*
build/ build/
dist/ dist/
Pipfile Pipfile
@ -9,14 +7,6 @@ Pipfile.lock
.mypy_cache/ .mypy_cache/
.idea/ .idea/
deepface.egg-info/ deepface.egg-info/
deepface/__pycache__/*
deepface/commons/__pycache__/*
deepface/basemodels/__pycache__/*
deepface/extendedmodels/__pycache__/*
deepface/subsidiarymodels/__pycache__/*
deepface/detectors/__pycache__/*
tests/dataset/*.pkl tests/dataset/*.pkl
tests/sandbox.ipynb tests/sandbox.ipynb
.DS_Store
deepface/.DS_Store
*.pyc *.pyc