da5eb4c18c
Strategy nodes gain fleet token APIs; control/ app for local ops; manage.sh offers strategy vs control one-click deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
466 B
Plaintext
41 lines
466 B
Plaintext
# env / secrets
|
|
.env
|
|
.env.local
|
|
.env.control
|
|
*.pem
|
|
|
|
# python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# local data
|
|
backend/data/*.db
|
|
backend/data/*.sqlite
|
|
backend/data/*.sqlite3
|
|
!backend/data/.gitkeep
|
|
control/data/*
|
|
!control/data/.gitkeep
|
|
control/frontend/node_modules/
|
|
control/frontend/dist/
|
|
|
|
# frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# ide / os
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# logs
|
|
*.log
|
|
logs/
|