16 lines
128 B
Plaintext
Executable File
16 lines
128 B
Plaintext
Executable File
# pycache
|
|
__pycache__
|
|
app/__pycache__/
|
|
app/util/__pycache__/
|
|
|
|
# output
|
|
output/
|
|
|
|
# test
|
|
*test.py
|
|
|
|
# Build
|
|
build/
|
|
dist/
|
|
main.spec
|