12345678910111213141516171819202122232425262728293031 |
- # Forget these =P
- /lib/
- /output/
- peers.tar.gz
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- # emacs
- *~
- # emacs-ide
- .emacs-ide-project*
- .emacs.desktop*
- # Mac
- .DS_Store
- # Windows
- Desktop.ini
- ehthumbs.db
- Thumbs.db
- $RECYCLE.BIN/
- bin/
- _sandbox/
- *.sass-cache
|