mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
cleaned gitignore
This commit is contained in:
parent
7414066a73
commit
c7e99fb680
14
.gitignore
vendored
14
.gitignore
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user