diff options
author | Aki <please@ignore.pl> | 2023-04-02 17:16:39 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-04-02 17:16:39 +0200 |
commit | 35a2e4fbfad0a9282980c6f13dc96009c1906b5b (patch) | |
tree | 10992c63aa799827d88948e75fd935090420680a /.gitignore | |
parent | 8b7738d8af3a470fd6c1d5615eb4b64fd6231bff (diff) | |
download | waterspout-radar-35a2e4fbfad0a9282980c6f13dc96009c1906b5b.zip waterspout-radar-35a2e4fbfad0a9282980c6f13dc96009c1906b5b.tar.gz waterspout-radar-35a2e4fbfad0a9282980c6f13dc96009c1906b5b.tar.bz2 |
Exploded naive prototype into modularized package
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ __pycache__/ build*/ .venv/ .env +*.conf +*.json |