19 lines
218 B
Text
19 lines
218 B
Text
|
|
.venv
|
||
|
|
.pytest_cache
|
||
|
|
__pycache__
|
||
|
|
**/__pycache__
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.pyd
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.example
|
||
|
|
dashboard/node_modules
|
||
|
|
dashboard/dist
|
||
|
|
dashboard/src/.observablehq/cache
|
||
|
|
dashboard/.observablehq/cache
|
||
|
|
kubectl
|
||
|
|
tests
|
||
|
|
docs
|
||
|
|
infra
|