Files
school-management-api/.gitignore
T
2022-05-11 14:11:26 -07:00

18 lines
215 B
Plaintext

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