# editor
.vscode

# build
build

# cl with debug option
*.ilk
*.obj
*.pdb

# sample program
*.exe

# python cache
__pycache__