Files
gitrusprusandCursor 6cfc16e53c Добавить имитаторы МЛЭ и ГБО с 3D-сценой, съёмкой рельефа и пресетами.
Вкладки позволяют готовить рельеф, двигать АНПА, накапливать поверхность по лучам и сохранять скриншоты окон; ГБО использует бортовые секторы 12–75° и чёрные зоны вне обзора.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-21 15:43:08 +03:00

62 lines
721 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
backend/.venv/
backend/wheels/
data/
frontend/web/node_modules/
frontend/web/dist/
# Generated PointNet sonar dataset
sonar_dataset/
# MLE simulator seafloor runs
mle_runs/
gbo_runs/
# OS/editor files
.DS_Store
Thumbs.db
*.swp
*.swo