.gitignore 176 B

12345678910
  1. *.pyc
  2. __pycache__/
  3. *~
  4. wifiwithme/settings/local.py
  5. var/media/*
  6. var/static/*
  7. .idea
  8. # Virtual environment folder and database file shouldn't be inside git repo.
  9. #venv
  10. #*.sqlite3