23 lines
299 B
Plaintext
23 lines
299 B
Plaintext
# Graphify generated knowledge graphs
|
|
graphify-out/
|
|
|
|
# Dependencies and build output
|
|
node_modules/
|
|
.venv/
|
|
.models/
|
|
miniprogram_npm/
|
|
dist/
|
|
coverage/
|
|
target/
|
|
*.tsbuildinfo
|
|
|
|
# Local configuration and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
project.private.config.json
|
|
|
|
# Logs and OS metadata
|
|
*.log
|
|
.DS_Store
|