35 lines
315 B
Plaintext
35 lines
315 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# vue.js build files
|
|
dist/
|
|
node_modules/
|
|
|
|
# python-build files
|
|
output/
|
|
output.md
|
|
|
|
# lib
|
|
lib/
|
|
|
|
# cache files
|
|
cache/
|
|
|
|
# nuitka build files
|
|
nuitka-crash-report.xml
|
|
|
|
# plugin files
|
|
plugins/
|
|
|
|
# log files
|
|
log/
|
|
|