Initial commit: add .gitignore and README

This commit is contained in:
defiQUG
2026-02-09 21:51:30 -08:00
commit 47f6f2de7b
92 changed files with 15299 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Dependencies
node_modules/
lib/
# Build outputs
dist/
out/
*.sol.js
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Package manager lock files (keep pnpm-lock.yaml, ignore others)
package-lock.json
yarn.lock
# Foundry
cache/
broadcast/
# Test coverage
coverage/