21 lines
173 B
Plaintext
21 lines
173 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
|
|
.DS_Store
|
|
*.bak
|
|
|
|
# Editor / IDE
|
|
.vscode/*.local.json
|
|
.qmlls.ini
|
|
|
|
|