diff options
author | mia <mia@mia.jetzt> | 2024-06-08 22:56:14 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-06-08 22:56:14 -0700 |
commit | 5016065f2c1b959e578bc18cfcab226db970b401 (patch) | |
tree | 28b0826702f391651ebbf65d15ff06cf3f2227f5 /.gitignore | |
download | certificates-5016065f2c1b959e578bc18cfcab226db970b401.tar.gz certificates-5016065f2c1b959e578bc18cfcab226db970b401.zip |
initial 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..c67030d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/__pycache__/ +/state.tar +/state/ |