Files
schedule-generator/.gitignore
T

11 lines
122 B
Plaintext

# Pycache
/__pycache__/*
/util/__pycache__/*
/scheduleGenerator/__pycache__/*
# Test
/*_test.py
# Test output
/output/*