58 lines
664 B
Plaintext
58 lines
664 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Build output
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Keystore files (security)
|
|
*.json.enc
|
|
wallet.json
|
|
keystore.json
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# Excel generator test files
|
|
test-run.sh
|
|
test-execute.sh
|
|
test-execute.js
|
|
run-dry-run.js
|
|
run-execute-dry-run.js
|
|
run-dry-run-partial-repay.js
|
|
DeFi_Collateral_Simulation.xlsx
|
|
|