.gitignore 257 B

12345678910111213141516171819202122232425262728293031
  1. # Forget these =P
  2. /lib/
  3. /output/
  4. peers.tar.gz
  5. # Python
  6. __pycache__/
  7. *.py[cod]
  8. *$py.class
  9. # emacs
  10. *~
  11. # emacs-ide
  12. .emacs-ide-project*
  13. .emacs.desktop*
  14. # Mac
  15. .DS_Store
  16. # Windows
  17. Desktop.ini
  18. ehthumbs.db
  19. Thumbs.db
  20. $RECYCLE.BIN/
  21. bin/
  22. _sandbox/
  23. *.sass-cache