.gitignore 222 B

123456789101112131415161718
  1. *.swp
  2. *.pyc
  3. logfile.txt
  4. pylog*
  5. *.bak
  6. .vagrant
  7. mysql_init
  8. modules/twitter_credentials.py
  9. modules/youtube_credentials.py
  10. modules/meme_credentials.py
  11. modules/imgur_credentials.py
  12. docs/_build
  13. _build
  14. *.db
  15. pickle/*
  16. venv/*
  17. *.dat