Initial SOC memory POC implementation
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# Local runtime configuration
|
||||
config.yaml
|
||||
*.local.yaml
|
||||
*.secret.yaml
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Python cache / test artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Local editor / agent metadata
|
||||
.codex
|
||||
.DS_Store
|
||||
|
||||
# Runtime output
|
||||
*.log
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user