22 lines
310 B
Text
22 lines
310 B
Text
.git
|
|
.gitignore
|
|
.DS_Store
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
.worktrees/
|
|
external/
|
|
.planning/
|
|
docs/superpowers/
|
|
tests/
|
|
|
|
# Local runtime state must not be baked into the image.
|
|
lambda_matrix.db
|
|
matrix_store/
|
|
lambda_bot.db
|
|
config/matrix-agents.yaml
|
|
|
|
# Local environment and editor state
|
|
.env
|
|
.idea/
|