# Git
.git
.gitignore
.gitattributes
.github

# Node
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store

# Environment files
.env
.env.local
.env.*.local

# IDE
.vscode
.idea
*.swp
*.swo
*~
.DS_Store

# Build artifacts
dist
build
.next
out

# Testing
.coverage
.nyc_output
coverage

# Logs
logs
*.log

# OS
.DS_Store
Thumbs.db

# Project specific
workspace
.venv
.beads
000-docs
archive
_PRESERVE_MIGRATION
asset-audit-report-*
asset_generation*.log
INTENT_SOLUTIONS_*.md

# Temporary
*.tmp
*.temp
.cache
