You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
309 B

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
*.log
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Git
.git
.gitignore
# IDE
.vscode/
.idea/
# Face data (will be mounted as volume)
*.pkl
*.faiss
data/
# Others
README.md
*.md
tests/
.pytest_cache/