Files
ansible-netbox-inventory/.gitignore
Bryan Joshua Pedini 7912dacf95 feat: configuration loading and netbox api client
config.yaml next to the script (or $NETBOX_INVENTORY_CONFIG) with environment
variable overrides, requests session with token auth, paginated list fetching
and readable error reporting.
2026-08-25 13:09:09 +02:00

19 lines
146 B
Plaintext

# Python
__pycache__/
*.py[cod]
.venv/
# Testing
.pytest_cache/
.ruff_cache/
# Configuration
config.yaml
# IDE
.idea/
.vscode/
# OS
.DS_Store