diff options
author | ben | 2018-09-19 22:22:53 +0200 |
---|---|---|
committer | ben | 2018-09-19 22:22:53 +0200 |
commit | 2b4b7b2ebb5699a327be59600a7de997ae3a2d9d (patch) | |
tree | a74e3cb7aa87a839fe1bcc276ca24ce9f273859f | |
parent | 12123765fa46582e406703412b6e9d1cc3472a6d (diff) | |
download | truepolyglot-1.3.tar.gz truepolyglot-1.3.tar.bz2 truepolyglot-1.3.tar.xz |
Add .gitignore1.3
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c678a5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] |