From 9c2b85e53d9bacc6d55dcb9ecad6cbcaf69baa82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E8=B6=85?= Date: Fri, 13 May 2022 16:32:45 +0800 Subject: [PATCH] Initial commit --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..087029a --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a8fe54 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +## cloudage + +通过rgb图片计算云量 +