diff options
| author | Carson Fleming <cflems@cflems.net> | 2024-10-02 01:52:23 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2024-10-02 01:52:23 -0400 |
| commit | 1422a25cd5390404221f12b6a08cca6b35e9b776 (patch) | |
| tree | fc605fa20fb7b6a62e8214c13cca891146eb5a23 /.gitignore | |
| download | pgp-milter-1422a25cd5390404221f12b6a08cca6b35e9b776.tar.gz | |
Initial version with debug prints
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..382ddaa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +config.py |
