Files
LWLT-AI/.gitignore
2026-07-13 19:57:46 +08:00

29 lines
437 B
Plaintext

# macOS and editor residue
.DS_Store
**/.DS_Store
*.swp
*.swo
# Local secrets and dependencies
.env
.env.*
!**/.env.example
!**/.env.production.example
node_modules/
# Browser/runtime state and generated output
**/runtime/
**/diagnostics/
**/browser-profile/
**/downloads/
*.tmp
*.log
*.pid
reports/*.json
reports/*.txt
!reports/README.md
# Future quarantine content is never source
quarantine/runtime/*
!quarantine/runtime/README.md