mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-07-22 12:22:20 +00:00
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.
45 lines
422 B
Plaintext
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
|