diff options
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/ |
index : anonymous/gpt4free | ||
gpt4free | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | .gitignore | 4 |
@@ -9,10 +9,12 @@ .idea/ -*/__pycache__/ +**/__pycache__/ *.log cookie.json *.pyc + +dist/ |