34 lines
321 B
Plaintext
34 lines
321 B
Plaintext
.test-tmp/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
|
|
# Codex operational cleanup
|
|
.wrangler/
|
|
.next/
|
|
coverage/
|
|
tmp/
|
|
.tmp/
|
|
npm-cache/
|
|
.cache/
|
|
logs/
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
.turbo/
|
|
.vite/
|
|
.parcel-cache/
|
|
*.log
|
|
*.zip
|
|
*.tmp
|
|
*.temp
|
|
*.dump
|
|
*.dmp
|
|
*.tsbuildinfo
|
|
|