.git
.gitignore
.pytest_cache
.ruff_cache
.venv
venv

node_modules
**/node_modules
**/_server
**/_ssr
**/_static
**/.venv
**/dist
**/*.egg-info
**/*.pyc
**/*.whl
