# Build artifacts
/build/
*.exe
*.dll
*.so
*.dylib

# Test artifacts
*.test
*.out
coverage.html

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.log
