diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-02-07 11:36:02 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-02-07 11:47:41 +0900 |
commit | c3ec223b35e71a6d44e5ec01c55d4aa9746bc3a5 (patch) | |
tree | 1e7379e6efe8248ef9ffd225068b195b877c3d52 /.gitignore | |
download | scadere-c3ec223b35e71a6d44e5ec01c55d4aa9746bc3a5.tar.gz |
Draft cert checker and feed server
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__/ |