# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# package-lock.json  # Keeping package-lock.json files
yarn.lock

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Build directories
dist/
build/
out/
.next/

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Logs
logs/
*.log

# Testing
coverage/

# Solana
.anchor/
target/
**/*.rs.bk

# Misc
.cache/
.temp/
.tmp/
tmp/
temp/ 