.gitignore 210 B

12345678910111213141516
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. **/migrations/*
  3. !**/migrations/__init__.py
  4. *.py[cod]
  5. local_settings.*
  6. *.bat
  7. *.txt
  8. *.whl
  9. venv
  10. .idea
  11. python*
  12. uis/up*
  13. .history
  14. build.py