chore: initialize K1 connector pre-production scaffold

This commit is contained in:
DCCONSTRUCTIONS
2026-07-15 15:05:18 +03:00
commit 4c401bc59b
23 changed files with 4232 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
.DS_Store
.idea/
.vscode/
# Project-local Python environment and caches
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
# Local configuration and secrets
.env
.env.*
!.env.example
config/local.toml
private/
# Real laboratory captures and decoded artifacts are sensitive and large.
captures/
sessions/
artifacts/raw/
artifacts/decoded/
*.pcap
*.pcapng
*.snoop
*.xbin
*.las
*.lcc
*.ply
*.pcd
*.npz
*.raw
# Small synthetic/redacted fixtures under tests/fixtures are allowed.
!tests/fixtures/**/*.pcap
!tests/fixtures/**/*.pcapng