5514653b94
- Move orphaned modules (data_segment.py, contour_models.py, marching_squares.py) to attic/. - Standardize local settings logic, serial port parameters, and graph view plots. - Update pyproject.toml pyside6-project dependencies and configure gitignore.
47 lines
426 B
Plaintext
47 lines
426 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
|
|
# Superpowers brainstorming visual companion
|
|
.superpowers/
|
|
.llm-wiki/
|
|
.agents/
|
|
.pi/
|