Files
school-management-api/.gitignore

17 lines
185 B
Plaintext

# Environment
.env
# Vendor
/vendor/*
# Pycache
/test/__pycache__/*
/test/util/__pycache__/*
/test/scheduleGenerator/__pycache__/*
# Test
/test/test.py
# Test output
/test/output/*