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

# Environment variables
.env

# Virtual environments
.venv

# IDE
.idea/
# Jupyternotebook
.ipynb_checkpoints/
*.ipynb

# Testing
*.jsonl
*.csv
*.parquet
*.log
