Update gitignore to ignore pycache
Some checks failed
Build Dotfile Bundles / bundle (push) Has been cancelled
Some checks failed
Build Dotfile Bundles / bundle (push) Has been cancelled
Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,3 +3,6 @@ dotfiles-*.tar.gz
|
|||||||
|
|
||||||
# Fish
|
# Fish
|
||||||
fish/fish_variables
|
fish/fish_variables
|
||||||
|
|
||||||
|
# Pycache
|
||||||
|
**/__pycache__/
|
||||||
|
|||||||
Reference in New Issue
Block a user