⛏️ index : haiku.git

# Files generated by our buildsystem or reserved for local changes by the user
generated*
build/jam/UserBuildConfig
build/user_config_headers

# KDE backup files ending with a ~ (created by KDE and Qt text editors)
*~
# Vim temporary/lock files
.*.sw?
# Configuration directories for Visual Studio Code
.vscode
# Configuration directories for IntelliJ IDEA code editors
.idea

# compiled/optimized Python (created by Python optimizer when running scripts)
*.pyc
*.pyo

# Mac OS X directory attributes (created by Mac OS X when opening files or
# directories)
.DS_Store

# Project settings of the Genio IDE
.genio

# clangd related tooling for IDE code completion
compile_commands.json