# Large generated knowledge-base artifacts are distributed separately. /*_mineru/ /*_知识库提取/ # Local machine configuration and secrets. .env .env.* !.env.example /project_paths.json **/appsettings.Local.json **/appsettings.*.local.json !backend-csharp/Agent4.Api/appsettings.Local.json # Generated data, logs, build output, and dependency directories. /runtime/ **/bin/ **/obj/ **/dist/ web/node_modules/ web/.npm-cache/ *.log # Python-generated cache files. __pycache__/ *.py[cod] # IDE and OS metadata. .vs/ .idea/ *.user *.suo