.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. lib/
  18. lib64/
  19. parts/
  20. sdist/
  21. var/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. # PyInstaller
  26. # Usually these files are written by a python script from a template
  27. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  28. *.manifest
  29. *.spec
  30. # Installer logs
  31. pip-log.txt
  32. pip-delete-this-directory.txt
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *,cover
  42. # Translations
  43. *.mo
  44. *.pot
  45. # Django stuff:
  46. *.log
  47. # Sphinx documentation
  48. docs/_build/
  49. # PyBuilder
  50. target/
  51. # ---> JetBrains
  52. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  53. *.iml
  54. ## Directory-based project format:
  55. .idea/
  56. # if you remove the above rule, at least ignore the following:
  57. # User-specific stuff:
  58. # .idea/workspace.xml
  59. # .idea/tasks.xml
  60. # .idea/dictionaries
  61. # Sensitive or high-churn files:
  62. # .idea/dataSources.ids
  63. # .idea/dataSources.xml
  64. # .idea/sqlDataSources.xml
  65. # .idea/dynamic.xml
  66. # .idea/uiDesigner.xml
  67. # Gradle:
  68. # .idea/gradle.xml
  69. # .idea/libraries
  70. # Mongo Explorer plugin:
  71. # .idea/mongoSettings.xml
  72. ## File-based project format:
  73. *.ipr
  74. *.iws
  75. ## Plugin-specific files:
  76. # IntelliJ
  77. /out/
  78. # mpeltonen/sbt-idea plugin
  79. .idea_modules/
  80. # JIRA plugin
  81. atlassian-ide-plugin.xml
  82. # Crashlytics plugin (for Android Studio and IntelliJ)
  83. com_crashlytics_export_strings.xml
  84. crashlytics.properties
  85. crashlytics-build.properties
  86. /.venv/bin/activate
  87. /.venv/bin/activate.csh
  88. /.venv/bin/activate.fish
  89. /.venv/bin/Activate.ps1
  90. /.venv/bin/fastapi
  91. /.venv/bin/normalizer
  92. /.venv/bin/pip
  93. /.venv/bin/pip3
  94. /.venv/bin/pip3.10
  95. /.venv/bin/python
  96. /.venv/bin/python3
  97. /.venv/bin/python3.10
  98. /.venv/bin/readelf.py
  99. /.venv/bin/uiautomator2
  100. /.venv/bin/weditor
  101. /.venv/lib64/
  102. /.venv/pyvenv.cfg
  103. /.venv/lib64/
  104. /poetry.lock
  105. /.venv/lib64/
  106. !/build/
  107. !/*.spec
  108. !/dist/
  109. !/poetry.lock
  110. /.venv/bin/f2py
  111. /.venv/bin/helpviewer
  112. /.venv/bin/img2png
  113. /.venv/bin/img2py
  114. /.venv/bin/img2xpm
  115. /.venv/bin/numpy-config
  116. /.venv/bin/py.test
  117. /.venv/bin/pycrust
  118. /.venv/bin/pyi-archive_viewer
  119. /.venv/bin/pyi-bindepend
  120. /.venv/bin/pyi-grab_version
  121. /.venv/bin/pyi-makespec
  122. /.venv/bin/pyi-set_version
  123. /.venv/bin/pyinstaller
  124. /.venv/bin/pyshell
  125. /.venv/bin/pyslices
  126. /.venv/bin/pyslicesshell
  127. /.venv/bin/pytest
  128. /.venv/bin/pywxrc
  129. /.venv/bin/uvicorn
  130. /.venv/bin/wxdemo
  131. /.venv/bin/wxdocs
  132. /.venv/bin/wxget
  133. /.venv/lib64/
  134. /mobile-tools.spec
  135. /poetry.lock
  136. /test02.spec
  137. /1.xml