src/dgm_reactor_neutrino/__version__.py

output
build
_build
__pycache__

# Local configuration files and folders
config_local
.local/
.vscode
.direnv/
.envrc
.fish_functions
matplotlibrc
.coverage
cov.*

# Transient files (vim, etc)
*~
*.swp
\#*
.\#*
.cache
.lark_cache*
.lark-cache*
*.bak
*.backup

# build
dist
build
*.egg*

# vim
UltiSnips/*
.viminfo
.vimrc
.nvimrc
*.vim
.ycm_extra_conf.py

# Latex
*.aux
*.pda
*.toc
*.log
*.fdb*
*.out
*.pdf
*.png
*.blg
*.snm
*.nav
# code

# Code
tags
*.pyc
*.o
coverage.json
