| # 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 | |