setu / .dockerignore
khagu's picture
chore: finally untrack large database files
3998131
# Exclude node modules and build artifacts from Docker build context
Frontend/node_modules
Frontend/.next
Frontend/.pnpm-store
**/node_modules
**/.next
# General ignores
.git
.gitignore
.vscode
__pycache__/
*.pyc
*.pyo
*.pyd
dist/
build/
.DS_Store
# env ignore
.env
.env.local