# Development files tests/ .git/ #node_modules/ src/ tsconfig.json jest.config.js # Build artifacts *.map *.tsbuildinfo # IDE and OS files .vscode/ .idea/ .DS_Store Thumbs.db # Logs and temp files *.log *.tmp *.swp # Environment files .env .env.* # Documentation (keep only README in bundle) specs/ .specify/ .github/