57 lines
641 B
Plaintext
57 lines
641 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
|
|
|
|
.pnpm-store/
|
|
.yarn/
|
|
.yarn/cache/
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Cloudflare / Wrangler local state
|
|
**/.wrangler/
|
|
|
|
# Temporary files
|
|
**/tmp/
|
|
|
|
# Local generated archives
|
|
|
|
# Keep env templates and schemas versioned
|
|
!.env.example
|
|
!.env.*.example
|
|
!.env.schema.json
|
|
!**/.env.example
|
|
!**/.env.*.example
|
|
!**/.env.schema.json
|