/
githubmirror
/
langroid
Обзор
Документация
Войти
/
githubmirror
/
langroid
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
repomix.config.json
78 строк
2 KB
Prasad Chalasani
docs: new llms.txt variants, Makefile for repomix cmds (#886)
05 июл 2025, 20:42
Не верифицирован
05 июл 2025, 20:42
b866399
Код
Авторство
О чём код?
{ "include": [], "ignore": { "useGitignore": true, "useDefaultPatterns": true, "customPatterns": [ ".*/**", "!.github", "!.github/**", "data/**", "**/data/**", "**/*.csv", "logs/**", "build/**", "dist/**", "*.egg-info/**", "__pycache__/**", "**/*.pyc", ".pytest_cache/**", ".mypy_cache/**", ".ruff_cache/**", "venv/**", "env/**", ".env", "**/*.json", "llms.txt", "llms-compressed.txt", "llms-128k.txt", "llms-no-tests.txt", "llms-no-tests-compressed.txt", "llms-no-tests-no-examples.txt", "llms-no-tests-no-examples-compressed.txt", "file-list.txt", "file-list-updated.txt", "examples/data/**", "examples/docqa/docs/**", "examples/logs/**", "tests/cache/**", "tests/logs/**", "**/*.pkl", "**/*.pickle", "**/*.db", "**/*.sqlite", "**/*.log", "**/node_modules/**", "**/*.min.js", "**/*.map", "coverage/**", "htmlcov/**", ".coverage", "*.orig", "*.tmp", "*.bak", "*.swp", "*.swo", "**/docker-compose*.yml", "visual_log.sh", "**/*_converted.md", "**/page_*.md", "**/page-*.md", "tests/main/dummy-pages/**", "tests/main/data/**/*.txt", "**/*.pb2.py", "**/*.pb2_grpc.py" ] }, "security": { "enableSecurityCheck": true }, "output": { "filePath": "llms.txt", "headerText": "Langroid Repository Export for LLM Analysis", "removeComments": false, "removeEmptyLines": false, "topFilesLength": 0, "showLineNumbers": false } }