You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
129 B

  1. # Python
  2. *.py[co]
  3. # Vim
  4. *.swp
  5. # Virtualenv
  6. bin
  7. include
  8. lib
  9. lib64
  10. __pycache__
  11. share
  12. pyvenv.cfg
  13. # App specific
  14. data
  15. config
  16. logs