20 lines
186 B
Plaintext
20 lines
186 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Logs (scan logs from the tool)
|
|
SysMonitorLogs/
|
|
*.log
|
|
|
|
# System files
|
|
Thumbs.db
|
|
.DS_Store
|
|
desktop.ini
|