diff options
Diffstat (limited to 'pylog/.gitignore')
-rw-r--r-- | pylog/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pylog/.gitignore b/pylog/.gitignore new file mode 100644 index 0000000..9d5ff4e --- /dev/null +++ b/pylog/.gitignore @@ -0,0 +1,4 @@ +.coverage +.tox/ +__pycache__/ +tests/__pycache__/ |