wlc-monitor/.dockerignore
Johan Lundberg dbc7464b58
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.13) (push) Has been cancelled
CI / container (push) Has been cancelled
Prepare project for public release
2026-07-30 23:22:10 +02:00

26 lines
444 B
Text

# 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