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.

TurboGears2.gitignore 202B

1234567891011121314151617181920
  1. *.py[co]
  2. # Default development database
  3. devdata.db
  4. # Default data directory
  5. data/*
  6. # Packages
  7. *.egg
  8. *.egg-info
  9. dist
  10. build
  11. # Installer logs
  12. pip-log.txt
  13. # Unit test / coverage reports
  14. .coverage
  15. .tox