# Build context excludes — keep image size sane. # # Most of these are obvious noise. Customize per project if you # have additional generated dirs to exclude. **/node_modules **/dist **/.turbo **/.next **/.vite **/.cache **/coverage **/.env **/.env.local **/.env.*.local **/.voltro **/.voltro-baseline-backup **/.git **/.gitignore.local **/.vscode **/.idea **/*.swp **/*.swo **/*.log **/npm-debug.log* **/yarn-debug.log* **/yarn-error.log* **/.DS_Store **/Thumbs.db **/Dockerfile* **/docker-compose*.yml **/.dockerignore