38 lines
352 B
Plaintext
38 lines
352 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Astro
|
|
.astro/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Backups
|
|
backups/
|
|
!backups/.gitkeep
|
|
|
|
# Test results
|
|
test-results/
|
|
playwright-report/
|
|
# Agent platform scratch files (MCP configs, notes, etc.)
|
|
.agent/
|