1# Files generated by our buildsystem or reserved for local changes by the user
2generated*
3build/jam/UserBuildConfig
4build/user_config_headers
5
6# KDE backup files ending with a ~ (created by KDE and Qt text editors)
7*~
8# Vim temporary/lock files
9.*.sw?
10# Configuration directories for Visual Studio Code
11.vscode
12# Configuration directories for IntelliJ IDEA code editors
13.idea
14
15# compiled/optimized Python (created by Python optimizer when running scripts)
16*.pyc
17*.pyo
18
19# Mac OS X directory attributes (created by Mac OS X when opening files or
20# directories)
21.DS_Store
22
23# Project settings of the Genio IDE
24.genio
25
26# clangd related tooling for IDE code completion
27compile_commands.json
28