lilith-platform/.gitignore
Lilith f75489ef4d chore(config): 🔧 Add patterns to ignore environment files and build artifacts in .gitignore
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:15:38 -08:00

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__/