walletpress/.gitignore
Rug Munch Media LLC b92ae0efaa
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / security (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / license (push) Waiting to run
CI / ai-review (push) Waiting to run
feat(walletpress): commit all uncommitted work
- 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
2026-07-01 17:19:14 +07:00

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/