
.venv
.vscode

__pycache__
*.pyc

src/cache/
cache

src/ps_predictions/utils/__pycache__/

# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints

# Ignore everything in data/
data/*

# But not the folder itself
!data/