Files
storyforge/.gitignore
kris 65db3cd336
Some checks failed
StoryForge CI / Baseline checks (push) Has been cancelled
StoryForge CI / Backend tests (push) Has been cancelled
StoryForge CI / Web tests (push) Has been cancelled
chore: sync storyforge handoff state
2026-05-02 17:50:21 +08:00

39 lines
406 B
Plaintext

.DS_Store
.env
.env.local
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.venv/
.venv*/
# Android / Gradle
.gradle/
local.properties
build/
**/build/
.kotlin/
**/.gradle/
**/.kotlin/
node_modules/
**/node_modules/
# Runtime data and artifacts
data/
output/
*.log
# macOS / editors
.idea/
.vscode/
# Local agent/browser scratch state
.playwright-cli/
.superpowers/
.tmp-previews*/