21 lines
180 B
Plaintext
21 lines
180 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# PyInstaller / build
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# App runtime
|
|
.bcc_backups/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|