Files
ansible-netbox-inventory/.gitignore
Bryan Joshua Pedini 706a12b8e4 feat: throwaway netbox deployment for end-to-end testing
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.
2026-08-25 13:47:18 +02:00

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