.gitignore 694 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .cache
  2. *.py[co]
  3. # C extensions
  4. # Packages
  5. *.egg
  6. *.egg-info
  7. dist
  8. build
  9. eggs
  10. parts
  11. bin
  12. var
  13. sdist
  14. develop-eggs
  15. .installed.cfg
  16. #lib
  17. lib64
  18. __pycache__
  19. # Installer logs
  20. pip-log.txt
  21. # Unit test / coverage reports
  22. .coverage
  23. .tox
  24. nosetests.xml
  25. # Translations
  26. *.mo
  27. *.qm
  28. **/~$translation_en.xlsx
  29. Tools/i18n/translation.pro
  30. CustomTranslations/*
  31. # Mr Developer
  32. .mr.developer.cfg
  33. .project
  34. .pydevproject
  35. tmp/
  36. log/
  37. *.log
  38. _site
  39. apps
  40. _build/
  41. Kikka/ios/certificate_config.py
  42. htmlcov/
  43. cover/
  44. .qt_for_python/
  45. .idea/
  46. .DS_Store
  47. PrivatePlugins
  48. ExtPlugins
  49. Temp/
  50. Log/
  51. .sunshine/
  52. error.txt
  53. venv/
  54. .venv/
  55. RecentFiles/
  56. Playground/
  57. .Config
  58. Projects/Local/
  59. # vs
  60. .vs/
  61. *.pyproj
  62. *.sln
  63. # vscode
  64. .vscode/
  65. *.code-workspace