# LocalGreenChain Docker Ignore # Prevents copying unnecessary files to Docker context # Dependencies node_modules .pnp .pnp.js # Testing coverage .nyc_output cypress/videos cypress/screenshots __tests__ # Build outputs (we rebuild inside container) .next out build dist # Development files *.log npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* # Environment files (should be passed at runtime) .env .env.local .env.development.local .env.test.local .env.production.local # IDE and editor files .idea .vscode *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Git .git .gitignore # Docker Dockerfile* docker-compose* .docker # Documentation (not needed in production) *.md docs CHANGELOG.md README.md LICENSE # Misc .eslintcache .turbo *.tsbuildinfo # Data files (should be mounted as volumes) data *.json.bak # Tor configuration (handled separately) tor # Infrastructure files infra .github