Initialize repository snapshot
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
target/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.DS_Store
|
||||
*.egg-info/
|
||||
|
||||
# Local-first SQLite ledger and seal bundles
|
||||
.state/
|
||||
*.sqlite
|
||||
*.sqlite-wal
|
||||
*.sqlite-shm
|
||||
|
||||
# Runtime logs and receipts
|
||||
logs/
|
||||
receipts/
|
||||
|
||||
# Guardian/automation/offsec/treasury ROOT state files
|
||||
ROOT.*.txt
|
||||
|
||||
# Generic logs
|
||||
*.log
|
||||
|
||||
# Generated verifier reports
|
||||
verification_report.json
|
||||
verification_report_*.json
|
||||
Reference in New Issue
Block a user