- backend/routers/chain_vault.py updated (god router split) - .github/ CI workflows - Makefile, commitlint.config.js - scripts/ infrastructure - walletpress-mcp/ MCP wrapper - .secretsallow for scanner false positives
23 lines
267 B
Text
23 lines
267 B
Text
.env
|
|
node_modules/
|
|
.DS_Store
|
|
*.log
|
|
__pycache__/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
backend/.mypy_cache/
|
|
backend/.ruff_cache/
|
|
backend/.pytest_cache/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
Thumbs.db
|
|
docker-compose.override.yml
|
|
venv/
|