aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-12-18 02:29:10 +0100
committerGitHub <noreply@github.com>2021-12-18 08:29:10 +0700
commit16481ec493b8065957b6681ed3bfb60b6e1d9799 (patch)
tree612281025faf766da9653691d8b1542e10750386 /.gitignore
parent2ab1584d2e05b95587d209280b5a56811e651d72 (diff)
downloadepy-16481ec493b8065957b6681ed3bfb60b6e1d9799.tar.gz
Allow setting language for TTS. (#43)
There is now setting option TTSLang, which must set to one language supported by pico2wave. Fixes #42
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9aa4ec5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+__pycache__/*
+epy_reader.egg-info/*