Files
schedule-generator/.gitignore
T
2022-06-23 18:44:59 -07:00

11 lines
120 B
Plaintext

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