.gitignore 85 B

1234567
  1. *.pyc
  2. __pycache__/
  3. *~
  4. *.sqlite3
  5. wifiwithme/settings/local.py
  6. var/media/*
  7. var/static/*