chore: add root .dockerignore for backend build context

This commit is contained in:
abhi1693
2026-02-07 14:22:41 +00:00
parent 31181e1f5d
commit ece2cb8a2a

36
.dockerignore Normal file
View File

@@ -0,0 +1,36 @@
.git
.gitignore
.github
# Python
**/__pycache__
**/*.py[cod]
**/*.pyo
**/*.pyd
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
**/.coverage
**/htmlcov
**/*.egg-info
.venv
**/.venv
# Node / Next
**/node_modules
**/.next
**/dist
**/build
**/.turbo
# OS / editor
.DS_Store
*.swp
*.swo
# Local env files
**/.env
**/.env.*
# Logs
**/*.log