diff options
author | Starfall <us@starfall.systems> | 2022-12-01 13:52:42 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-12-01 13:52:42 -0600 |
commit | 1416ec325ac9a35aaa50cd1e7a77cd6112a8e5e0 (patch) | |
tree | 4d090c6f6fb9cbc0a9d1fe0fbd4720b86b4b6b9d /.gitignore | |
parent | d528ba125fae31e3caa76471136fa0a821867884 (diff) |
cache forecasts on filesystem
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ |