123456789101112131415161718192021222324252627282930 |
- # Forget these =P
- # 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
- # Rust
- target
- Cargo.lock
|