Bruno BELANYI
65a8f7c481
Consolidating all modules under the same path, to clear out the top-level directory.
35 lines
345 B
Plaintext
35 lines
345 B
Plaintext
# 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
|
|
|
|
# Direnv files
|
|
.envrc
|
|
.direnv/
|
|
|
|
# Project-local neovim configuration files
|
|
.nvim.lua
|
|
.nvimrc
|