diff options
author | Marco Andronaco <andronacomarco@gmail.com> | 2023-07-16 09:56:48 +0200 |
---|---|---|
committer | Marco Andronaco <andronacomarco@gmail.com> | 2023-07-16 09:56:48 +0200 |
commit | b801eb597c454df07865ba1a9678728bd8f71e15 (patch) | |
tree | 3d68d786ba1448eff5a84d9fcebc5a04f4384229 /.gitignore | |
download | myprecious-main.tar.gz |
initial commit main
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bae80be --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +content |