Files
storyforge/.gitignore
2026-03-14 21:32:55 +08:00

32 lines
291 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/
# Runtime data and artifacts
data/
output/
*.log
# macOS / editors
.idea/
.vscode/