17 lines
178 B
Plaintext
17 lines
178 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
|
|
# Audio files
|
|
*.wav
|
|
*.mp3
|
|
*.flac
|
|
output_audiobook/
|
|
output_proper_nouns/
|
|
|
|
# Text files (except proper_nouns.txt)
|
|
*.txt
|
|
!proper_nouns.txt
|