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

# Virtual environments
.venv

# temporary file
results.txt

# extra files
my_stuff/

# omit tests for now
tests/

# omit the text files; these are found on huggingface
text_files/

# omit the data file; this comes from Hugging Face
data.parquet
