HKUNLP / ChunkLlama

[ICML'24] Data and code for our paper "Training-Free Long-Context Scaling of Large Language Models"
Apache License 2.0
295 stars 14 forks source link

Add gitignore file to ignore Mac OSX .DS_Store and Python temp files #2

Closed dikarel closed 4 months ago

dikarel commented 4 months ago

This PR ignores common Mac OSX .DS_Store and Python temp files that should never be uploaded to a repo (I use venv on a Macbook).

Before (irrelevant files show in git status) After (cleaner repo)
Screenshot 2024-02-29 at 1 40 23 AM Screenshot 2024-02-29 at 1 40 04 AM

Test plan: