dotfiles/sub/git/gitignore

15 lines
90 B
Plaintext

# Pycharm
.idea
# vim
*.sw[op]
Session.vim
# python virtual env
venv
.venv
.env
*.log