# Dependencies
node_modules/

# Build output
dist/

# Astro cache
.astro/

# Environment variables
.env
.env.local
.env.production

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*

# TypeScript
*.tsbuildinfo

# Plenum reports (local only, not tracked)
system/reports/*.md
!system/reports/.gitkeep
