51 lines
513 B
Text
51 lines
513 B
Text
# Secrets & Vault
|
|
vault/
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
.env.deploy
|
|
.env.production
|
|
.env.development.local
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
venv/
|
|
.venv/
|
|
|
|
# Build & Runtime
|
|
@build/
|
|
dist/
|
|
.turbo/
|
|
.runtime/
|
|
.dev-pids/
|
|
.local/
|
|
.vite-cache/
|
|
.lixrun-cache.json
|
|
*.log
|
|
|
|
# Testing
|
|
test-reports/
|
|
coverage/
|
|
playwright-report/
|
|
|
|
# IDE & OS
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Generated
|
|
worktrees/
|
|
docs/content/.changes.jsonl
|
|
releases/
|
|
.playwright-mcp/
|
|
.cache/
|
|
|
|
# Misc
|
|
*.tmp
|
|
*.bak
|
|
*.backup
|
|
.trash/
|
|
.archive/
|
|
__pycache__/
|