chore: enhance .gitignore and remove obsolete documentation files

- Reorganize .gitignore with categorized sections for better maintainability
- Add comprehensive ignore patterns for Python, Node.js, databases, logs, and build artifacts
- Add project-specific ignore rules for coordinator, explorer, and deployment files
- Remove outdated documentation: BITCOIN-WALLET-SETUP.md, LOCAL_ASSETS_SUMMARY.md, README-CONTAINER-DEPLOYMENT.md, README-DOMAIN-DEPLOYMENT.md
```
This commit is contained in:
oib
2026-01-24 14:44:51 +01:00
parent 99bf335970
commit 9b9c5beb23
214 changed files with 25558 additions and 171 deletions

View File

@@ -0,0 +1,28 @@
{
"address": "aitbc1721d5bf8c0005ded6704",
"balance": 1525.0,
"transactions": [
{
"type": "earn",
"amount": 1000.0,
"job_id": "genesis_distribution",
"description": "Initial funding from genesis block",
"timestamp": "2026-01-23T14:55:27.329538"
},
{
"type": "earn",
"amount": 500.0,
"job_id": "job_456",
"description": "Payment received from client",
"timestamp": "2026-01-23T14:55:59.086655"
},
{
"type": "earn",
"amount": 25.0,
"job_id": "e3b3fd7ddd684270932cfd8107771e81",
"description": "Processed hello job",
"timestamp": "2026-01-23T15:09:41.109718"
}
],
"created_at": "2026-01-23T14:55:27.329401"
}