diff options
-rw-r--r-- | .gitignore | 12 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3a7200 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# .gitignore +# + +*~ +*.swp +*.un~ +*_bak + +# python +*.pyc +**/__pycache__ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..753b37e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Aly's toolbox ~ + +Aaron LI +2015/06/06 + +MIT License |