Files
welcome-to-codevalet-as-a-c…/.gitignore
FanaticPythoner (Nathan Trudeau) a591cd21f2 Initial Commit
2026-04-19 17:11:58 -04:00

17 lines
252 B
Plaintext

# Local-only, never pushed.
.env
# 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