diff options
author | carp <25677564+carp@users.noreply.github.com> | 2020-07-13 13:27:04 -0400 |
---|---|---|
committer | carp <25677564+carp@users.noreply.github.com> | 2020-07-13 13:27:04 -0400 |
commit | e78f351e06e432a607ebadc8de3ea6d27315c088 (patch) | |
tree | 88db7a1f1463f4559cfcb4c95eef740847fe89e1 /.gitignore | |
download | yaoi-communism-e78f351e06e432a607ebadc8de3ea6d27315c088.tar.gz yaoi-communism-e78f351e06e432a607ebadc8de3ea6d27315c088.zip |
git init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62793ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +pics/
+.vscode/
+__pycache__/
+api.py
+.ipynb_checkpoints/
+files.csv
\ No newline at end of file |