31 lines
448 B
Plaintext
31 lines
448 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.env.local
|
|
.idea/
|
|
.vscode/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
data/input/*
|
|
data/work/*
|
|
!data/input/.gitkeep
|
|
!data/work/.gitkeep
|
|
# target home for new local runtime state (18_REPO_LAYOUT_STANDARD);
|
|
# data/input + data/work stay as the documented compatibility surface
|
|
var/
|
|
*.log
|
|
.DS_Store
|
|
|
|
# local preview launch config
|
|
frontend/.claude/
|
|
.claude/launch.json
|
|
|
|
.env.*.bak
|