diff options
author | traumschule <traumschuleriebau@riseup.net> | 2018-10-04 19:53:38 +0200 |
---|---|---|
committer | traumschule <traumschuleriebau@riseup.net> | 2018-10-04 20:06:25 +0200 |
commit | 92ba5d8bb2f89bbf1d9558521eab6d8a2ee7e844 (patch) | |
tree | 8784808f541f0ce4c4e41b6654a51654e7c9e306 | |
parent | ce53f7b83d44c3c299949b37334764bc2d20ada5 (diff) | |
download | cloudflare-tor-92ba5d8bb2f89bbf1d9558521eab6d8a2ee7e844.tar.lz cloudflare-tor-92ba5d8bb2f89bbf1d9558521eab6d8a2ee7e844.tar.xz cloudflare-tor-92ba5d8bb2f89bbf1d9558521eab6d8a2ee7e844.zip |
add .gitignore (pycache)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8d35cb32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.pyc |