Files
schedule-generator/.gitignore
T
2025-02-11 15:51:37 -08:00

11 lines
122 B
Plaintext
Executable File

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