FaceRecognition/.dockerignore
2025-09-21 00:35:16 +00:00

20 lines
160 B
Plaintext

# Ignore local build outputs
build
*.o
*.so
*.a
# IDE / editor files
.vscode
.devcontainer
*.swp
*.swo
# Git
.git
.gitignore
# OS / misc
.DS_Store
Thumbs.db