# 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