diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ *.egg-info .compiled_dotfiles/ .venv -__pycache__ +**/__pycache__ |
![]() |
index : dotfiles.git | |
root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 2 |
@@ -1,4 +1,4 @@ *.egg-info .compiled_dotfiles/ .venv -__pycache__ +**/__pycache__ |