diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-11-19 22:33:18 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-11-19 22:33:18 +0200 |
| commit | 75c731c78880c5a31a50e166d33dcae03b76349a (patch) | |
| tree | eb87160816e3f9a50456f9f924b658cbf5f0602b /.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..7647969 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc + +*.csv* |
