20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
|
|
# Audio files
|
|
*.wav
|
|
*.mp3
|
|
*.flac
|
|
output_audiobook/
|
|
proper_nouns_audio/
|
|
|
|
# Generated data (JSON files in output_proper_nouns/ are tracked)
|
|
output_proper_nouns/remaining_review.txt
|
|
|
|
# Text files (except proper_nouns.txt)
|
|
*.txt
|
|
!proper_nouns.txt
|