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.

15 lines
101 B

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