Sanket-Setu / .dockerignore
devrajsinh2012's picture
Initial commit: SanketSetu - Sign Language Recognition System
cf93910
# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
.venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
dist/
# ── Node / Frontend ───────────────────────────────────────────────────────────
frontend/node_modules/
frontend/dist/
frontend/.env.local
# ── Git / Editor ──────────────────────────────────────────────────────────────
.git/
.gitignore
.vscode/
*.md
TASKS.md
# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Model binary variants (keep only .pkl, not duplicate .pth) ───────────────
# Both extensions are identical β€” Docker only needs .pkl
**/*.pth