Files
paseo/.gitignore
Mohamed Boudra 20cdf4788e chore: remove agent temporary files from git tracking
Add .agents.json.tmp-* pattern to gitignore and remove 82 temporary
agent files that were accidentally committed. These files are runtime
artifacts that should not be tracked in version control.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 01:24:12 +00:00

51 lines
508 B
Plaintext

# Dependencies
node_modules/
# Build outputs
build/
dist/
.next/
out/
# Environment variables
.env
.env.local
.env*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS files
.DS_Store
*.swp
*.swo
*~
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# IDEs
.vscode/
.idea/
*.sublime-*
# Testing
coverage/
# Vercel
.vercel/
# Misc
*.pem
.vercel
# Runtime agent data
packages/server/agents.json
packages/server/agents.json.temporary
packages/server/.agents.json.tmp-*