diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ .DS_Store .idea/ +.pypirc +dist/ venv/ __pycache__/ *.sqlite -*.key
\ No newline at end of file +*.key |
![]() |
index : yoshi-cli.git | |
A password manager for the command line. | Christian Cleberg |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 4 |
@@ -1,6 +1,8 @@ .DS_Store .idea/ +.pypirc +dist/ venv/ __pycache__/ *.sqlite -*.key
\ No newline at end of file +*.key |