Files
ScheduleGeneratorApp/.gitignore
T
2022-12-09 11:53:30 -08:00

16 lines
128 B
Plaintext

# pycache
__pycache__
app/__pycache__/
app/util/__pycache__/
# output
output/
# test
*test.py
# Build
build/
dist/
main.spec