diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 21:54:42 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 21:54:42 -0600 |
commit | 4aa9f479392ca5f0203d3227cb9e7b7100ebd695 (patch) | |
tree | 5efd50606e2f04c17ac3e51c8a3dc62be3cdb719 /.gitignore | |
parent | c7e5d9fbec9418d856be961358e35f603bbbf523 (diff) | |
download | yoshi-cli-4aa9f479392ca5f0203d3227cb9e7b7100ebd695.tar.gz yoshi-cli-4aa9f479392ca5f0203d3227cb9e7b7100ebd695.tar.bz2 yoshi-cli-4aa9f479392ca5f0203d3227cb9e7b7100ebd695.zip |
clean up unecessary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ .DS_Store .idea/ .pypirc +dist/ venv/ __pycache__/ *.sqlite |