# ============================================================================= # Dependencies & Build Output # ============================================================================= node_modules/ dist/ out/ *.tgz # ============================================================================= # Sensitive Files # ============================================================================= .env .env.* .envrc cookies/ *.pem *.key *.cert *secret* *credential* # ============================================================================= # Development Tools & Config # ============================================================================= # Nix/Devenv .devenv/ .devenv.flake.nix devenv.* .direnv/ # Linting/Formatting biome.json .eslintcache .pre-commit-config.yaml # IDE/Editor .vscode/ .idea/ *.swp *.swo *~ # AI Assistant Config .claude/ CLAUDE.md AGENTS.md opencode.jsonc # ============================================================================= # Documentation (not needed at runtime) # ============================================================================= README.md *.md docs/ # ============================================================================= # Git & Docker (avoid recursive inclusion) # ============================================================================= .git/ .gitignore Dockerfile* .dockerignore # ============================================================================= # Testing & Coverage # ============================================================================= test/ tests/ *.test.ts *.spec.ts coverage/ *.lcov .nyc_output/ # ============================================================================= # OS & Misc # ============================================================================= .DS_Store Thumbs.db *.log *.pid .cache/ examples/ scripts/