Initial commit: smart contract templates for bash, go, python, and typescript
This commit is contained in:
27
bash/.gitignore
vendored
Normal file
27
bash/.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Python (infrastructure runtime)
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
.venv/
|
||||
|
||||
# Generated proto files
|
||||
*_pb2.py
|
||||
*_pb2_grpc.py
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Test config (contains credentials)
|
||||
test-config.yaml
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user