Files
schedule-generator/.gitignore
T
2022-05-31 11:45:53 -07:00

14 lines
150 B
Plaintext

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