diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2233453 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Python files +__pycache__/ diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..3634c6a --- /dev/null +++ b/contributing.md @@ -0,0 +1,18 @@ +## LeetCode Animation 管理脚本 anima 使用说明 + +需要使用 Python 3.6+ 版本 + +安装依赖: + +``` +pip install -r requirements.txt +``` + +### 创建新题解 + +生成题解目录框架,以及 Markdown 文件模板。 + +``` +python anima.py new 1 'Two Sum' +``` +