Initial SFERA platform baseline
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
target/
|
||||
node_modules/
|
||||
.next/
|
||||
*.tsbuildinfo
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.sfera/
|
||||
tmp/
|
||||
tmp-*/
|
||||
api_server_diag.py
|
||||
*.pyc
|
||||
*.log
|
||||
*smoke-debug.png
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user