# Ignore development files # Ignore all node_modules to prevent Docker overlay conflicts node_modules **/node_modules .next .git .github *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Environment files .env.local .env.development.local .env.test.local .env.production.local # Testing coverage .nyc_output # IDE .vscode .idea *.swp *.swo # OS .DS_Store Thumbs.db # Documentation README.md docs/ *.md # Python cache __pycache__ *.pyc *.pyo *.pyd .Python packages/core/venv/ packages/core/.venv/ # Storybook storybook-static # Deployment files nas-deployment/ DEPLOYMENT_PLAN.md