diff options
author | jaseg <git@jaseg.net> | 2018-07-20 17:12:54 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-07-20 17:12:54 +0200 |
commit | f3bcb6c4c5c4fee81a5c8eccbe915e781872f57c (patch) | |
tree | 01a5e53f6d9998857c27c55ab4965594b4b9d470 /.gitignore | |
download | nyanping-f3bcb6c4c5c4fee81a5c8eccbe915e781872f57c.tar.gz nyanping-f3bcb6c4c5c4fee81a5c8eccbe915e781872f57c.tar.bz2 nyanping-f3bcb6c4c5c4fee81a5c8eccbe915e781872f57c.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0731e48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist +nyanping.egg-info +__pycache__ |