Files
DotsToSirface/.gitignore
T
gitrusprusandCursor 18a58f2e85 Добавить Vue 3 web-dashboard с расширенным API и Docker-сборкой.
Полноценный браузерный UI (Pinia, Three.js) с паритетом Qt: редактор цепочки, wizard, пресеты, метрики и 3D viewer; API расширен для catalog/validate/demo/user-presets; CLI отдаёт step metrics в JSON.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 14:53:53 +03:00

50 lines
524 B
Plaintext

# Build directories
build/
debug/
release/
# Qt generated files
Makefile*
*.pro.user
*.pro.user.*
*.qmake.stash
*.qmake.cache
moc_*.cpp
ui_*.h
qrc_*.cpp
# Object and library files
*.o
*.obj
*.so
*.a
*.lib
*.dll
*.dylib
# Executables
*.exe
*.out
*.app
# Qt deployment folders (root only)
/styles/
platforms/
imageformats/
iconengines/
translations/
bearer/
# Common logs/temp files
*.log
*.tmp
*.temp
__pycache__/
*.pyc
# OS/editor files
.DS_Store
Thumbs.db
*.swp
*.swo