# Qt qmake / MinGW build output build/ build-*/ debug/ release/ Makefile Makefile.* *.qmake.stash *.qmake.cache moc_*.cpp moc_*.h moc_predefs.h qrc_*.cpp ui_*.h *.o *.obj *.a *.lib *.dll *.exe *.pdb *.idb *.ilk *.exp *.manifest *.autosave # Qt Creator local user settings *.pro.user *.pro.user.* *.creator.user *.qtc_clangd/ # Python helper scripts __pycache__/ *.py[cod] .venv/ venv/ # Local temporary output and tool state tmp/ .playwright-cli/ *.log # Local draft documents, not part of the project source of truth /docs/需求规格书.md /docs/设计方案书.md # Local secrets and machine-specific configuration .env .env.* !.env.example # Operating system files .DS_Store Thumbs.db Desktop.ini /scripts/* !/scripts/build_and_run_qt.ps1 !/scripts/measure_cpp_code.ps1 !/scripts/package_qt_app.ps1 !/scripts/run_qt_tests.ps1 /docs/images /docs/类图Mermaid代码.md /other /学习 /json /代码 /other_version /app_copy 当前窗口需求.md