Files
school-management-api/.gitignore
T
2022-05-14 12:22:52 -07:00

17 lines
200 B
Plaintext

# Environment
.env
# Pycache
/test/__pycache__/*
/test/util/__pycache__/*
/test/scheduleGenerator/__pycache__/*
# Test
/test/test.py
# Test output
/test/output/*
# Sample Data
/test/sample_data/*