diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-26 11:25:50 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-26 11:40:57 -0400 |
| commit | 4ee67dba2682e3f65a1cb033fe59886672b9b47d (patch) | |
| tree | 1ee270fc6e1ac30a1a5c4e7a00abb1bca022966a /.gitignore | |
Initial commit.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ab8d6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ + +# Environments +.venv |