Files
teaching-feedback-assistant/.gitignore
shay7sev f1e5fd8793 feat: establish Rust teaching feedback API
Add the Axum and PostgreSQL service for profiles, defaults, and feedback records, including migrations, OpenAPI documentation, and development identity handling for version 0.1.0.
2026-07-15 15:36:51 +08:00

11 lines
144 B
Plaintext

# Rust build output
/target/
# Local configuration and secrets
.env
.env.*
!.env.example
# Graphify generated knowledge graphs
/graphify-out/