diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..4b6d3f0f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,16 @@ +.git +.codex +.config +node_modules +out +out-server +out-admin +dist +coverage +backup +logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +*.log +docs/screenshots diff --git a/.gitignore b/.gitignore index d98ffcd5..090a36fe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ node_modules/ # Build outputs out/ +out-server/ +out-admin/ dist/ build/entitlements.mac.plist @@ -39,6 +41,7 @@ Thumbs.db *.swp *.swo .codex/ +.playwright-mcp/ CLAUDE.md # Environment @@ -46,9 +49,17 @@ CLAUDE.md .env.local .env.*.local +# Python +__pycache__/ +*.pyc +*.pyo + # Test coverage/ +# Manual live test scripts (local debugging only) +tests/manual/*-live.mjs + # Misc *.pem *.p12 @@ -58,3 +69,10 @@ src/renderer/next-app/ # Backup backup/ + +# Local migration artifacts and development data +.local/ +.local-artifacts/ + +# Local live debug logs +.tmp-live-*.ndjson diff --git a/.qwen-home.html b/.qwen-home.html new file mode 100644 index 00000000..aff327b2 --- /dev/null +++ b/.qwen-home.html @@ -0,0 +1,229 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +