Prepare project for public release
This commit is contained in:
commit
dbc7464b58
21 changed files with 1780 additions and 0 deletions
26
.dockerignore
Normal file
26
.dockerignore
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Never let credentials into an image layer. config.ini holds the SNMP auth
|
||||
# and priv passphrases; supply them at runtime via env instead.
|
||||
config.ini
|
||||
.env
|
||||
|
||||
# Local runtime artefacts.
|
||||
.git/
|
||||
.github/
|
||||
.agents/
|
||||
.codex/
|
||||
.venv/
|
||||
venv/
|
||||
tests/
|
||||
state.json
|
||||
state.json.tmp
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Host-specific deployment files, irrelevant inside the container.
|
||||
wlc-monitor.service
|
||||
wlc-monitor.timer
|
||||
README.md
|
||||
CONTRIBUTING.md
|
||||
SECURITY.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue