facebookarchive / memory-analyzer

A memory analyzer for running python processes
MIT License
154 stars 14 forks source link

Update .gitignore and remove .DS_Store file #6

Closed javierhonduco closed 5 years ago

javierhonduco commented 5 years ago

We can augment the .gitignore file in the future

[~/memory-analyzer] find . | grep pyc
[~/memory-analyzer] find . | grep DS
[~/memory-analyzer]
javierhonduco commented 5 years ago

Oops, I just saw #5 :)