.gitignore 320 B

1234567891011121314151617181920212223242526272829
  1. # Virtualenv
  2. env/
  3. venv/
  4. #module
  5. webservice_running/
  6. design_template/
  7. tickets/
  8. landing/
  9. metaservicesynced/
  10. sharix-open-config/
  11. openlocal/
  12. staticfiles/
  13. core/config.py
  14. SharixAdmin/migrations/
  15. !SharixAdmin/migrations/__init__.py
  16. # VSCode
  17. .vscode
  18. # Python
  19. __pycache__/
  20. *.py[cod]
  21. *$py.class
  22. # Other
  23. *.sqlite3
  24. .env
  25. # Vim
  26. *~