deepface/.gitignore
2022-05-24 17:24:35 +03:00

23 lines
424 B
Plaintext

__pycache__/*
basemodels/__pycache__/*
configurations/__pycache__/*
tests/__pycache__/*
build/
dist/
Pipfile
Pipfile.lock
.mypy_cache/
.vscode/
.idea/
deepface.egg-info/
deepface/__pycache__/*
deepface/commons/__pycache__/*
deepface/basemodels/__pycache__/*
deepface/extendedmodels/__pycache__/*
deepface/subsidiarymodels/__pycache__/*
deepface/detectors/__pycache__/*
tests/dataset/*.pkl
.DS_Store
deepface/.DS_Store
*.pyc