Files
DotsToSirface/.gitignore
T
gitrusprusandCursor 4f253b860f Реструктуризация проекта и генератор синтетических датасетов эхолота.
Перенесены backend/frontend/desktop/engine, добавлены вкладки конструктора сцен и генератора датасета с параметрами лучей и длины сетки рельефа, обновлены API и Docker-сборка.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 12:25:00 +03:00

58 lines
666 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/
# OS/editor files
.DS_Store
Thumbs.db
*.swp
*.swo