470f8acba3
Bootstrap PySide6 using a clean src/ layout and refactor stream_reader to parse binary data packets asynchronously.
43 lines
343 B
Plaintext
43 lines
343 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.so
|
|
*.a
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.qtcreator/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
docs
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Qt / QML cache
|
|
Qt/
|
|
qrc_*.cpp
|
|
moc_*.cpp
|
|
*.qmlcache
|
|
*.qmldir.cache
|
|
|
|
# Build / packaging artifacts
|
|
build/
|
|
dist/
|
|
*.spec
|
|
*.icns
|
|
*.ico
|