# Dependencies node_modules/ .pnp .pnp.js # Build outputs .next/ out/ build/ dist/ # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # IDE .idea/ .vscode/ *.swp *.swo # OS files .DS_Store Thumbs.db # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Testing coverage/ .nyc_output/ # Misc .pipeline-data/ .worktrees/ agent-workspaces/ # Download files (keep zips) download/article.json download/*.json !.gitkeep # Cache .cache/ *.tsbuildinfo