# 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

# 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
/docs/images
/docs/类图Mermaid代码.md
/other