# Dependencies
node_modules/

# pnpm
.pnpm-store/
.pnpm-debug.log*

# Environment and secrets
.env
.env.*
!.env.example

# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs and temp
*.log
npm-debug.log*
tmp/
temp/
.cache/

# Local Docker
.docker/

# Build artifacts (if any added later)
dist/
build/
*.local
