nix-config/modules/home/git/default.ignore
Bruno BELANYI eaf542722a
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: git: fix Python env ignore
2026-04-08 14:23:36 +00:00

34 lines
347 B
Text

# C/C++ binary files
*.so
*.o
*.a
*.out
# Python files
.venv/
__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