diff options
| author | Schark <jordan@schark.online> | 2023-12-01 23:11:46 -0800 |
|---|---|---|
| committer | Schark <jordan@schark.online> | 2023-12-01 23:11:46 -0800 |
| commit | f580735aaafdc8e0c9128955fcb93c039d10b8b9 (patch) | |
| tree | 604b2179c88bb419ec0421ae2c4a76c67518ae28 /.gitignore | |
| download | cli-gpt-f580735aaafdc8e0c9128955fcb93c039d10b8b9.tar.gz cli-gpt-f580735aaafdc8e0c9128955fcb93c039d10b8b9.zip | |
Initial work
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59fe332 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.venv/ +__pycache__/ +*.json +token |
