Initial commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user