.git/
.gitignore
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
__pycache__/
*.py[cod]
dist/
build/
*.egg-info/
tests/
docs/
*.md
.github/
node_modules/
packages/*/node_modules/
packages/*/.next/
packages/*/dist/
admin-ui/
