# Standard ignores
*~
*.pyc
\#*#
.#*
.*.swp
.cproject
.project
*.o
TAGS

#Clangd indexing
compile_commands.json
.cache/
.vscode/

#MacOS hidden files
.DS_Store
