# Dependencies
node_modules/
.pnpm-store/

# Build outputs
dist/
build/
out-tsc/
**/*.tsbuildinfo

# Test artifacts
test-results/
playwright-report/
coverage/
.nyc_output/

# Local environment / secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
credentials*.json
service-account*.json

# Legacy uploaded session assets (superseded by object storage)
attached_assets/

# Local-only platform / agent state (never in git)
.replit
.replitignore
replit.nix
replit.md
.local/
.canvas/
.agents/
.cache/
.config/
.upm/
**/.replit-artifact/

# Local object storage (used by the local FS storage driver)
storage/

# Logs
*.log
logs/
npm-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor / IDE
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.cursor/

# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*.bak
*.tmp
*~
