19 lines
284 B
Plaintext
19 lines
284 B
Plaintext
# Local-only, never pushed.
|
|
.env
|
|
.env.example.bak-*
|
|
|
|
# Working scratch created by recipes.
|
|
state/
|
|
build/
|
|
logs/
|
|
|
|
# Default in-place orchestrator clone (FORGE_WORKSPACE_ROOT=".").
|
|
/forge-stack-orchestrator/
|
|
|
|
# Python test cache.
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.coverage
|
|
TODOS_LISTS/
|