# ============================================================ # Build artifacts and caches # ============================================================ **/node_modules **/.next **/.turbo **/.pnpm-store **/coverage out # ============================================================ # Version control # ============================================================ .git # ============================================================ # Docker files (prevent recursive inclusion) # ============================================================ **/Dockerfile **/*.dockerignore # ============================================================ # Unrelated apps # ============================================================ apps/slackbot-proxy # ============================================================ # Test files # ============================================================ **/*.spec.* **/*.test.* **/test/ **/__tests__/ **/playwright/ # ============================================================ # Documentation (no .md files are needed for build) # ============================================================ **/*.md # ============================================================ # Local environment overrides # ============================================================ .env.local .env.*.local # ============================================================ # IDE and editor settings # ============================================================ .vscode .idea **/.DS_Store # ============================================================ # CI/CD, DevOps, and project management # ============================================================ .changeset .devcontainer .github aws bin # ============================================================ # Linter, formatter, and tool configs (not needed for build) # ============================================================ **/.editorconfig **/.markdownlint.yml **/.prettier* **/.stylelintrc* **/biome.json **/lefthook.yml # ============================================================ # AI agent configuration # ============================================================ **/.claude **/.kiro **/.mcp.json **/.serena