.gitignore 315 B

1234567891011121314151617181920212223242526272829303132
  1. # Randoms
  2. *Thumbs.db
  3. *.txz
  4. *.tar.xz
  5. *.tgz
  6. *.tar.gz
  7. *.sqlite3
  8. *.sql
  9. # Python
  10. *.pyc
  11. build/
  12. _build/
  13. dist/
  14. __pycache__
  15. codered_cms.egg-info/
  16. coderedcms.egg-info/
  17. pip-wheel-metadata/
  18. # Editors
  19. .vscode/
  20. *~
  21. # Development & testing
  22. .coverage
  23. htmlcov/
  24. junit/
  25. coverage.xml
  26. testproject*/
  27. testmedia*/
  28. teststatic*/
  29. *.sqlite3