diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-09 03:51:34 +0000 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-09 03:51:34 +0000 |
commit | b0edf6f418fbc860f3dd864fb5ee71ee0a108c1d (patch) | |
tree | 71854481f84b285c1d999aa760f802cb6b5e29db /.gitignore | |
download | youload-b0edf6f418fbc860f3dd864fb5ee71ee0a108c1d.tar.gz youload-b0edf6f418fbc860f3dd864fb5ee71ee0a108c1d.tar.bz2 youload-b0edf6f418fbc860f3dd864fb5ee71ee0a108c1d.zip |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bbe7b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.pyc +*.pyo |