21 lines
392 B
Plaintext
21 lines
392 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# PyInstaller
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# WiX
|
|
*.wixobj
|
|
*.wixpdb
|
|
*.msi
|
|
|
|
# Installer outputs
|
|
ThorIngest*.msi
|
|
|
|
# Local config / runtime
|
|
config.json
|
|
logs/
|