feat: add NetBox plugin store
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run

This commit is contained in:
2026-08-24 20:51:25 +02:00
commit f36d6be511
135 changed files with 15160 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
build/
dist/
# Virtual environments and local configuration
.venv/
.venv-*/
venv/
.env
.env.*
!.env.example
# Runtime files
*.sqlite3
staticfiles/
media/
# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db
# Tool caches
.ruff_cache/
.mypy_cache/
.tox/
# PHP/Composer and Store runtime data
vendor/
composer.phar
.phpunit.cache/
.phpunit.result.cache
store/data/*
!store/data/.gitkeep
# Local build verification output
*.whl