# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-debug.log*
lerna-debug.log*

# Build outputs
dist/
dist-ssr/
build/
.next/
out/
.vercel/
*.tsbuildinfo
*.local

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

# IDE
.vscode/*
!.vscode/extensions.json
.idea/
.idea
*.swp
*.swo
*.sw?
*.suo
*.ntvs*
*.njsproj
*.sln
*~
.DS_Store

# Testing
coverage/
.nyc_output/
playwright-report/
test-results/
playwright/.cache/
test-*.mjs
test-*.md
screenshot-*.png
screenshots/

# Logs
logs/
logs
*.log

# Hardhat
cache/
artifacts/
typechain/
typechain-types/

# Temporary files
tmp/
temp/
*.tmp

# OS
Thumbs.db

# Package managers
package-lock.json
yarn.lock
pnpm-lock.yaml

# Misc
*.pem
*.key
