diff options
author | B. Stack <bgstack15@gmail.com> | 2024-01-31 08:43:29 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-01-31 08:43:29 -0500 |
commit | b1ed46c64e689e0f22f1e94018a17f5c129d82a3 (patch) | |
tree | 8cfd3844ce825f93c0b00e0a2084343b0b2a3a52 /.gitignore | |
download | jellystack-b1ed46c64e689e0f22f1e94018a17f5c129d82a3.tar.gz jellystack-b1ed46c64e689e0f22f1e94018a17f5c129d82a3.tar.bz2 jellystack-b1ed46c64e689e0f22f1e94018a17f5c129d82a3.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |