# Build
build*/
cmake-build-*/

# Python cache
__pycache__

# Compiled binary
noctalia

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

# OS
.DS_Store
Thumbs.db
