diff options
author | jjsuperpower <jjs29356@gmail.com> | 2022-08-04 22:45:06 -0500 |
---|---|---|
committer | jjsuperpower <jjs29356@gmail.com> | 2022-08-04 22:45:06 -0500 |
commit | b80ae3d4aa133ee170b06719d970f6c66767a709 (patch) | |
tree | 5b80fc448b5a117a93c4f8140245572252fc0c14 /.gitignore | |
parent | 064faff0677f105e6a317f858bb09df57ca18511 (diff) |
Updated .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ *.pdf +.vscode/ +env/ +__pycache__/ |