chore: harden runtime checks and split websocket inbound/outbound flows
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Python cache/artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Tool caches
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.uv_cache/
|
||||
.uv-cache/
|
||||
.uv-cache-test/
|
||||
|
||||
# Runtime artifacts
|
||||
logs/*.log
|
||||
config/.runtime_metrics.jsonl
|
||||
|
||||
Reference in New Issue
Block a user