wlc-monitor/.dockerignore
Johan Lundberg e7bde2b3f4
All checks were successful
publish-latest / docker (push) Successful in 9s
ci / test (3.10) (push) Successful in 19s
ci / test (3.12) (push) Successful in 19s
ci / test (3.13) (push) Successful in 19s
ci / container (push) Successful in 7s
publish-image / docker (push) Successful in 8s
Use Forgejo workflows and registry
2026-07-30 23:35:14 +02:00

26 lines
445 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/
.forgejo/
.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