aere-docs/.gitignore
Aere Network dd1410c266 The unpublished line of work joins the sanitized public line
The published line and the local line of this repository had no common
ancestor: the public one carried the hygiene pass (no host names, no internal
paths), the local one carried a month of corrections that never shipped. This
commit ports the local work onto the public line, keeping the public hygiene
wording wherever the two touched the same sentence, and keeping the public
version of AERE-CROSS-CLIENT-DETERMINISM.md entirely.

Carried: LICENSE/LICENSING corrections, VERIFY-POLICY.md,
CITATIONS-UNRESOLVED.md remeasured 2026-08-11, the 'audited' adjective removed
from next to Bouncy Castle, citation paths rewritten to published form, AIP-8,
the QA consolidation report, the second EIP validation pass, fork-height
corrections, the AereSink / threshold-factory correction, the forge test
floor, and the architecture-map updates.
2026-08-15 13:54:42 +03:00

43 lines
824 B
Plaintext

# aere-docs .gitignore
#
# This repository is PUBLIC and contains documentation only. It holds no keys,
# no node data and no infrastructure detail by design. These rules exist so that
# an accidental `git add -A` cannot quietly change that.
#
# Added 2026-07-20, after a review found this repository had no .gitignore at
# all. Nothing was leaking here; this is preventive.
# ---- Secret-bearing file types. Never commit any of these. ----
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.keystore
id_rsa*
id_ed25519*
*.mnemonic
secrets.json
nodekey
nodekey.pub
# ---- Compiled Python (a .pyc in a sibling repository leaked a build path) ----
__pycache__/
*.pyc
*.pyo
*.pyd
# ---- Doc tooling build output ----
node_modules/
_site/
.cache/
*.pdf.tmp
# ---- Editor / OS noise ----
.DS_Store
Thumbs.db
.idea/
.vscode/