.gitignore 155 B

12345678910
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. **/migrations/*
  3. !**/migrations/__init__.py
  4. *.py[cod]
  5. venv
  6. .idea
  7. node_modules