diff options
| author | historia <historiavg@proton.me> | 2026-08-26 18:18:21 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-26 18:18:21 -0400 |
| commit | 544486a374cd5cae7acce1302648d8dad079db48 (patch) | |
| tree | 5987cdb6790844252ec655465eacea8ae526e3a8 /.gitignore | |
| parent | 6ccb6d443d2fb871b43d96ea61a95bc3e6a92355 (diff) | |
| download | tts-audiobook-generator-544486a374cd5cae7acce1302648d8dad079db48.tar.gz | |
fix: default directory when choosing voices in tui
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,6 +24,9 @@ input/*.txt *.flac *.ogg +.opencode/ +.ruff_cache/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz] @@ -231,9 +234,6 @@ cython_debug/ # Temporary file for partial code execution tempCodeRunnerFile.py -# Ruff stuff: -.ruff_cache/ - # PyPI configuration file .pypirc |
