You've already forked ansible-netbox-inventory
compose stack modelled on the production netbox deployment (same pinned images, worker, healthchecks) minus traefik: the API is served straight on localhost and nothing survives an e2e-down.
20 lines
155 B
Plaintext
20 lines
155 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Configuration
|
|
config.yaml
|
|
e2e/.env
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|