Initial Commit
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user