20 lines
160 B
Plaintext
20 lines
160 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# PyInstaller
|
|
*.spec
|
|
|
|
# IDE stuff
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
/.venv-linux-build
|