Files
Netbox-Prefixes/.gitignore
T
MrBlake 27cc25f648 feat: add site prefix column to device and rack tables
- derive prefix from the first word of the site name
- display prefix as the first data column
- support NetBox 4.6.5 through 4.6.x
- add packaging, installation documentation, and tests
2026-07-23 10:36:57 +02:00

9 lines
71 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
build/
dist/
.venv/