# Build
build/
cmake-build-*/
CMakeCache.txt
CMakeFiles/
*.exe
*.dll
*.o
*.obj

# Hasil program
output_results/

# LaTeX (laporan)
report/*.aux
report/*.log
report/*.out
report/*.toc
report/*.lof
report/*.lot
report/*.fls
report/*.fdb_latexmk
report/*.synctex.gz
report/*.pdf

# Editor / OS
.vscode/
.idea/
.vs/
.DS_Store
Thumbs.db
