.gitignore 258 B

1234567891011121314151617181920
  1. **/__pycache__
  2. **/.DS_Store
  3. build/
  4. dist/
  5. Pipfile
  6. Pipfile.lock
  7. .mypy_cache/
  8. .idea/
  9. deepface.egg-info/
  10. tests/dataset/*.pkl
  11. tests/*.ipynb
  12. tests/*.csv
  13. *.pyc
  14. **/.coverage
  15. **/.coverage.*
  16. benchmarks/results
  17. benchmarks/outputs
  18. benchmarks/dataset
  19. benchmarks/lfwe
  20. venv