Initial commit: smart contract templates for bash, go, python, and typescript

This commit is contained in:
2026-03-17 19:59:47 -04:00
commit 0634e66469
35 changed files with 3794 additions and 0 deletions

57
.gitignore vendored Executable file
View File

@@ -0,0 +1,57 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# Node
node_modules/
# Go
smart-contract
# Generated proto files
*_pb2.py
*_pb2_grpc.py
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Claude
.claude/
# Test config (contains credentials)
test-config.yaml
# OS
.DS_Store
Thumbs.db
# Logs
*.log