Files
routstr-core/.gitignore
redshift b30346bcb6 chore: untrack stray local files & gitignore
Remove accidentally-committed local-only files:
- .wallet/wallet.sqlite3-shm / .wal (runtime DB sidecar files)
- AGENTS.md, TEST_SUITE_OVERVIEW.md (local agent context artifacts)

Add .wallet/, AGENTS.md, TEST_SUITE_OVERVIEW.md to .gitignore.
2026-07-10 10:17:22 +05:30

45 lines
422 B
Plaintext

__pycache__
.env
keys.db
wallet.sqlite3
# Python build artifacts
*.egg-info/
build/
dist/
*.egg
.mypy_cache/**
# Development
.notes
.*keys.db
*.db-shm
*.db-wal
.*wallet.sqlite3
.wallet/
AGENTS.md
TEST_SUITE_OVERVIEW.md
*models.json
.cashu
.relay
relay-data
.dockerignore
relay-data
compose.override.yml
# Coverage
.coverage
# Logging
logs/*
!logs/.gitkeep
*.log
# deployment
proof_backups
*.todo
ui_out
.worktrees