Files
pyGUI/.gitignore
T
jack 470f8acba3 feat(core): migrate to src/ package layout and refactor serial transport
Bootstrap PySide6 using a clean src/ layout and refactor stream_reader to parse binary data packets asynchronously.
2026-06-25 13:46:54 -07:00

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