14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
# Environment
|
|
.env
|
|
|
|
# Pycache
|
|
/test/__pycache__/*
|
|
/test/util/__pycache__/*
|
|
/test/scheduleGenerator/__pycache__/*
|
|
|
|
# Test
|
|
/test/test.py
|
|
|
|
# Test output
|
|
/test/output/*
|