20 lines
263 B
Plaintext
20 lines
263 B
Plaintext
node_modules/
|
|
.next/
|
|
out/
|
|
next-env.d.ts
|
|
tsconfig.tsbuildinfo
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
*.egg-info/
|
|
.ipynb_checkpoints/
|
|
*.nbconvert.ipynb
|
|
|
|
# phase execution outputs
|
|
phases/**/phase*-output.json
|
|
phases/**/step*-output.json
|