17 lines
200 B
Plaintext
17 lines
200 B
Plaintext
# Environment
|
|
.env
|
|
|
|
# Pycache
|
|
/test/__pycache__/*
|
|
/test/util/__pycache__/*
|
|
/test/scheduleGenerator/__pycache__/*
|
|
|
|
# Test
|
|
/test/test.py
|
|
|
|
# Test output
|
|
/test/output/*
|
|
|
|
# Sample Data
|
|
/test/sample_data/*
|