Files
mech-ai/.gitignore
T

30 lines
477 B
Plaintext

# 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
# Generated data, logs, build output, and dependency directories.
/runtime/
**/bin/
**/obj/
**/dist/
web/node_modules/
*.log
# Python-generated cache files.
__pycache__/
*.py[cod]
# IDE and OS metadata.
.vs/
.idea/
*.user
*.suo