2021-02-19 23:16:22 +01:00
|
|
|
# C/C++ binary files
|
|
|
|
*.so
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Python files
|
|
|
|
env/
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
|
|
|
|
|
|
|
# Build system files
|
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
# Debugger files
|
|
|
|
.gdb_history
|
|
|
|
|
|
|
|
# LSP cache
|
|
|
|
.clangd/
|
|
|
|
|
|
|
|
# Swap and backup files
|
|
|
|
*~
|
|
|
|
~.swp
|
2022-01-25 15:46:17 +01:00
|
|
|
|
|
|
|
# Direnv files
|
|
|
|
.envrc
|
|
|
|
.direnv/
|
2023-04-23 17:02:17 +02:00
|
|
|
|
|
|
|
# Project-local neovim configuration files
|
|
|
|
.nvim.lua
|
|
|
|
.nvimrc
|