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

# IDE
.vs/
.vscode/
*.user

# Python cache
scripts/__pycache__/
*.pyc

# Temporary files
*.tmp
*.log
