36 lines
487 B
Plaintext
36 lines
487 B
Plaintext
# Ignore .git directory (mostly for tools like rg and fd)
|
|
.git
|
|
|
|
# Ignore all compiled zsh-files
|
|
*.zwc
|
|
|
|
# Ignore ctags
|
|
tags
|
|
tags.lock
|
|
tags.temp
|
|
|
|
# clangd
|
|
compile_flags.txt
|
|
compile_commands.json
|
|
.cache/
|
|
|
|
# Ignore vscode files
|
|
.vscode/
|
|
|
|
# Ignore all node_modules
|
|
node_modules/
|
|
|
|
# Ignore session file created by obsession-vim
|
|
Session.vim
|
|
|
|
# Ignore python related cache
|
|
__pycache__/
|
|
.ipynb_checkpoints/
|
|
|
|
# Ignore python virtual environment
|
|
venv/
|
|
|
|
# Ignore build directories
|
|
build/
|
|
tex_build/
|