feat: add tests, update configs, fix state.py return, update gitignore

This commit is contained in:
2026-06-11 23:00:34 +02:00
parent 64d078f457
commit 0f390ff1e1
12 changed files with 305 additions and 15 deletions
+10
View File
@@ -9,3 +9,13 @@ wheels/
# Virtual environments
.venv
.env
# Sync state database
*.db
# Playwright MCP artifacts
.playwright-mcp/
*.png
# Test artifacts
.pytest_cache/