# Dependencies
node_modules

# IDE
.idea
.vscode

# Dotfiles (symlinked from home)
.bash_profile
.bashrc
.zshrc
.zprofile
.profile
.gitconfig
.gitmodules
.npmrc
.ripgreprc
.mcp.json

# Claude
.claude

# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
