Files
teaching-feedback-assistant/.gitignore

26 lines
344 B
Plaintext

# Graphify generated knowledge graphs
graphify-out/
# Dependencies and build output
node_modules/
.venv/
.models/
miniprogram_npm/
dist/
coverage/
target/
*.tsbuildinfo
# Independently versioned Rust API
/server/
# Local configuration and secrets
.env
.env.*
!.env.example
project.private.config.json
# Logs and OS metadata
*.log
.DS_Store