Files
pyGUI/.gitignore
T
jack 5514653b94 refactor: prune orphaned attic modules and standardize project configurations
- 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.
2026-06-18 17:09:24 -07:00

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/