.DS_Store
*.txt
*.csv
*.zip
*.tsv
*.json
*.tar
*.h5
*.npy
*.pyc
*.ipynb
*.arrow
*.parquet
PKG-INFO

/.ipynb_checkpoints/*
*/.ipynb_checkpoints/*
**/.ipynb_checkpoints
**/.ipynb_checkpoints/
src/__pycache__/*
*/src/__pycache__/*

/data/*
vendor
model_weight.pt
weights.pth
encoder_weights.pth
decoder_weights.pth
yelp_nlp.egg-info
build
dist
.venv
.venv312
agent_checkpoints.db
checkpoints/

# Additional patterns
.ruff_cache/
.mypy_cache/
.bsp/
*.egg-info/


# Ray Grafana dashboards (copied from installed package)
# Keep custom dashboards, only ignore generated Ray ones
metrics/grafana/dashboards/*_grafana_dashboard.json
metrics/grafana/dashboards/*_grafana_dashboard_base.json
