Py-detect-backend / .dockerignore
pykara's picture
Initial Py-Detect backend with FAISS indexes
3ee98d5
raw
history blame contribute delete
274 Bytes
# VCS/metadata
.git
.gitignore
# IDE
.vscode
.idea
# Python caches
__pycache__/
*.py[cod]
*.log
# Virtual envs
.venv/
env/
ENV/
# OS junk
.DS_Store
# Build/output
dist/
build/
.cache/
# Local env files (do not send secrets into the image)
.env
.env.local
.env.*.local