Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,8 @@ cython_debug/
marimo/_static/
marimo/_lsp/
__marimo__/

# wallet.json
# This file is used to store wallet information for Octra Pre Client.
# It is sensitive and should not be included in version control.
wallet.json
5 changes: 5 additions & 0 deletions automation_state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"total_sent": 0.01,
"last_send_date": "2025-07-10",
"last_claim_check": null
}
Loading