diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 21:52:32 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 21:52:32 -0600 |
commit | c7e5d9fbec9418d856be961358e35f603bbbf523 (patch) | |
tree | 1aa2bbdd0bf96d7037537c2d6f5a989c19be8ffd /.gitignore | |
parent | e5d61719e201a1c25e9907bd220bfcac4fc9a4f5 (diff) | |
download | yoshi-cli-c7e5d9fbec9418d856be961358e35f603bbbf523.tar.gz yoshi-cli-c7e5d9fbec9418d856be961358e35f603bbbf523.tar.bz2 yoshi-cli-c7e5d9fbec9418d856be961358e35f603bbbf523.zip |
configure as pypi hosted app
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ .DS_Store .idea/ +.pypirc venv/ __pycache__/ *.sqlite -*.key
\ No newline at end of file +*.key |