# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# temporary file
results.txt

# omit tests for now
tests/

# omit the text files
text_files/

# omit parquet file; this comes from Hugging Face
*.parquet
