38 lines
523 B
Plaintext
38 lines
523 B
Plaintext
.env
|
|
.claude/
|
|
|
|
# Build outputs
|
|
build/
|
|
build-*/
|
|
out/
|
|
*.o
|
|
*.obj
|
|
|
|
# Qt / moc artifacts (should not normally live in-source)
|
|
moc_*.cpp
|
|
*.moc
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
|
|
# Tooling caches
|
|
.qt/
|
|
.cache/
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Isolated Qt 5.14.2 install (built via aqtinstall; ~577MB, not in git)
|
|
.qt514/
|
|
.venv-aqt/
|
|
|
|
# Runtime artifacts produced when running Qt examples locally
|
|
# (qpicture_io writes drawing.pic; filesystem examples write file.dat/.txt/in.txt)
|
|
/drawing.pic
|
|
/file.dat
|
|
/file.txt
|
|
/in.txt
|
|
/person.txt
|