11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
|
|
# Python virtual environment
|
|
venv/
|
|
env/
|
|
|
|
# PyInstaller
|
|
*.spec
|
|
build/
|
|
dist/ |