1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33**/.github/ **/.idea/ **/.nox/ **/.pytest_cache/ **/.ruff_cache/ **/.venv/ **/.vscode/ **/__pycache__/ **/build/ **/node_modules/ *.pyc *.ts .editorconfig .eslintignore .eslintrc.json .gitignore .prettierignore .prettierrc.json .yarnrc justfile requirements-dev.txt requirements.txt scripts/ src/ tests/ out/ .vscode-test/ tsconfig.json webpack.config.js eslint.config.mjs pyproject.toml .mypy_cache/