24 lines
331 B
Plaintext
24 lines
331 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
|
|
|
|
# Generated PDFs and LaTeX files
|
|
*.pdf
|
|
*.tex
|
|
|
|
# Text files (except proper_nouns.txt)
|
|
*.txt
|
|
!proper_nouns.txt
|