diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-04-27 23:56:39 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-04-27 23:56:39 +0200 |
commit | 479b8d6d104a353eab94bff07b1cd429da0278f0 (patch) | |
tree | 1f8ffc5cea4d891b190b5c48aa2ef984ee12c6e2 /.gitignore | |
parent | added theb to openai_rev module (diff) | |
download | gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.tar gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.tar.gz gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.tar.bz2 gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.tar.lz gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.tar.xz gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.tar.zst gpt4free-479b8d6d104a353eab94bff07b1cd429da0278f0.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,10 +9,12 @@ .idea/ -*/__pycache__/ +**/__pycache__/ *.log cookie.json *.pyc + +dist/ |