18 lines
566 B
Plaintext
18 lines
566 B
Plaintext
# Your own values: ONT serial/MAC/versions, router + admin addresses.
|
|
# Copy example.env -> .env and fill it in. Never commit .env.
|
|
.env
|
|
|
|
# Flash dumps and their checksums — keep LOCAL, never commit/push. They are
|
|
# device-unique and contain per-device calibration, MAC, serial, PLOAM.
|
|
backups/
|
|
*.bin
|
|
|
|
# As-built notes for THIS line — contain public IPs, the real GPON serial/MAC,
|
|
# LAN ranges and port-forward targets. README.md is the shareable guide.
|
|
# Delete this line if you have sanitised docs/ and want to publish them.
|
|
docs/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|