.gitignore 174 B

123456789101112131415161718
  1. # Forget these =P
  2. $RECYCLE.BIN/
  3. *.dat
  4. *.egg-info
  5. *.out
  6. *.pyc
  7. *~
  8. .DS_Store
  9. .coverage
  10. Desktop.ini
  11. Thumbs.db
  12. ehthumbs.db
  13. poetry.lock
  14. requirements.txt
  15. requirements.dev.txt
  16. var/