.git/
.venv/
.uv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
**/__pycache__/
**/*.pyc
data/
state/
tests/
docs/
examples/
.github/
**/*.md
!README.md
.gitignore
.pre-commit-config.yaml
playwright-report/
test-results/
