# 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/