Files
school-management-api/.gitignore
T
2022-04-01 22:07:26 -07:00

16 lines
232 B
Plaintext

# Environment
.env
# Pycache
/test/__pycache__/*
# Test output
/test/schedule.json
/test/students.json
/test/classes.json
/test/realCourses.json
# Sample Data
/test/course_selection_data.csv
/test/course_Selection_data_table.txt