Add README, IDEAS, and .gitignore

This commit is contained in:
Builder
2026-05-11 00:25:09 +00:00
parent cfa5b0e4f9
commit 7564148c3c
3 changed files with 347 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Editor
.vscode/
.idea/
.cursor/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
.npm
# QA artifacts
qa_*.png
test-results/
playwright-report/
# Local server / scratch
.cache/
tmp/