.gitignore 78 B

1234567
  1. uwsgi_params
  2. *.pid
  3. __pycache__
  4. # ignore virtual environments
  5. pyvenv*/
  6. venv*/