__pycache__/
*.pyc

.venv/
*.env
Pipfile.lock

# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Data and model files
data/
models/