.gitignore 253 B

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