.gitignore 945 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. env/
  11. build/
  12. develop-eggs/
  13. dist/
  14. downloads/
  15. eggs/
  16. .eggs/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. # PyInstaller
  25. # Usually these files are written by a python script from a template
  26. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  27. *.manifest
  28. *.spec
  29. # Installer logs
  30. pip-log.txt
  31. pip-delete-this-directory.txt
  32. # Unit test / coverage reports
  33. htmlcov/
  34. .tox/
  35. .coverage
  36. .coverage.*
  37. .cache
  38. nosetests.xml
  39. coverage.xml
  40. *,cover
  41. # Translations
  42. *.mo
  43. *.pot
  44. # Django stuff:
  45. *.log
  46. /static/
  47. /uploads/
  48. !apps/AppInfo/migrations/__init__.py
  49. apps/AppInfo/migrations/
  50. # Sphinx documentation
  51. docs/_build/
  52. /hotel_photo/
  53. /hotel_photos/
  54. /hvideos/
  55. /media/
  56. /guser_photo/
  57. /product_photo/
  58. /hvideo_photo/
  59. /hnews_photo/
  60. /garden_photo/
  61. /map_photo/
  62. /.vscode/
  63. # PyBuilder
  64. target/