diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-10-09 09:29:11 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-10-09 09:29:11 +0300 |
| commit | ae1033142801c1a0410d878a7f798c6aad217640 (patch) | |
| tree | 4228678f1b09f565c6445cb5a1ac5fc7449181ba /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c5b4e54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +venv/ +filings/ +cleanedfilings/ +__pycache__ +.vscode/ |
