# Build artifacts
build/
build-*/
PlantManWin/build/
*.o
*.obj
*.exe
*.a
*.so
*.dylib

# IDE/cache
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs/temp
*.log
*.tmp
/tmp/
/output/
/screenshots/

# Vcpkg
vcpkg_installed/
vcpkg/buildtrees/
vcpkg/downloads/
vcpkg/packages/

# Runtime cache (CEF, screenshots, waveforms — large, not source)
runtime/
scripts/__pycache__/

# Downloaded/generated models belong to installed GLDoze asset packs, not the
# source checkout. Keep the root assets tree for source-controlled UI/fonts.
/assets/**/*.glb
