.gitignore 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. ### macOS ###
  2. # General
  3. .DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. .com.apple.timemachine.donotpresent
  18. # Directories potentially created on remote AFP share
  19. .AppleDB
  20. .AppleDesktop
  21. Network Trash Folder
  22. Temporary Items
  23. .apdisk
  24. ### Python ###
  25. # Byte-compiled / optimized / DLL files
  26. __pycache__/
  27. *.py[cod]
  28. *$py.class
  29. # C extensions
  30. *.so
  31. # Distribution / packaging
  32. .Python
  33. build/
  34. develop-eggs/
  35. dist/
  36. downloads/
  37. eggs/
  38. .eggs/
  39. parts/
  40. sdist/
  41. var/
  42. wheels/
  43. pip-wheel-metadata/
  44. share/python-wheels/
  45. *.egg-info/
  46. .installed.cfg
  47. *.egg
  48. MANIFEST
  49. # PyInstaller
  50. # Usually these files are written by a python script from a template
  51. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  52. *.manifest
  53. *.spec
  54. # Installer logs
  55. pip-log.txt
  56. pip-delete-this-directory.txt
  57. # Unit test / coverage reports
  58. htmlcov/
  59. .tox/
  60. .nox/
  61. .coverage
  62. .coverage.*
  63. .cache
  64. nosetests.xml
  65. coverage.xml
  66. *.cover
  67. *.py,cover
  68. .hypothesis/
  69. .pytest_cache/
  70. pytestdebug.log
  71. # Translations
  72. *.mo
  73. *.pot
  74. # Django stuff:
  75. *.log
  76. local_settings.py
  77. db.sqlite3
  78. db.sqlite3-journal
  79. # Flask stuff:
  80. instance/
  81. .webassets-cache
  82. # Scrapy stuff:
  83. .scrapy
  84. # Sphinx documentation
  85. docs/_build/
  86. doc/_build/
  87. # PyBuilder
  88. target/
  89. # Jupyter Notebook
  90. .ipynb_checkpoints
  91. # IPython
  92. profile_default/
  93. ipython_config.py
  94. # pyenv
  95. .python-version
  96. # pipenv
  97. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  98. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  99. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  100. # install all needed dependencies.
  101. #Pipfile.lock
  102. # poetry
  103. #poetry.lock
  104. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  105. __pypackages__/
  106. # Celery stuff
  107. celerybeat-schedule
  108. celerybeat.pid
  109. # SageMath parsed files
  110. *.sage.py
  111. # Environments
  112. # .env
  113. .env/
  114. .venv/
  115. env/
  116. venv/
  117. ENV/
  118. env.bak/
  119. venv.bak/
  120. pythonenv*
  121. # Spyder project settings
  122. .spyderproject
  123. .spyproject
  124. # Rope project settings
  125. .ropeproject
  126. # mkdocs documentation
  127. /site
  128. # mypy
  129. .mypy_cache/
  130. .dmypy.json
  131. dmypy.json
  132. # Pyre type checker
  133. .pyre/
  134. # pytype static type analyzer
  135. .pytype/
  136. # operating system-related files
  137. # file properties cache/storage on macOS
  138. *.DS_Store
  139. # thumbnail cache on Windows
  140. Thumbs.db
  141. # profiling data
  142. .prof
  143. ### QML ###
  144. # Cached binary representations of QML and JS files
  145. *.qmlc
  146. *.jsc
  147. ### Qt ###
  148. # C++ objects and libs
  149. *.slo
  150. *.lo
  151. *.o
  152. *.a
  153. *.la
  154. *.lai
  155. *.so.*
  156. *.dll
  157. *.dylib
  158. # Qt-es
  159. object_script.*.Release
  160. object_script.*.Debug
  161. *_plugin_import.cpp
  162. /.qmake.cache
  163. /.qmake.stash
  164. *.pro.user
  165. *.pro.user.*
  166. *.qbs.user
  167. *.qbs.user.*
  168. *.moc
  169. moc_*.cpp
  170. moc_*.h
  171. qrc_*.cpp
  172. ui_*.h
  173. Makefile*
  174. *build-*
  175. *.qm
  176. *.prl
  177. # Qt unit tests
  178. target_wrapper.*
  179. # QtCreator
  180. *.autosave
  181. # QtCreator Qml
  182. *.qmlproject.user
  183. *.qmlproject.user.*
  184. # QtCreator CMake
  185. CMakeLists.txt.user*
  186. # QtCreator 4.8< compilation database
  187. compile_commands.json
  188. # QtCreator local machine specific files for imported projects
  189. *creator.user*
  190. ### QtCreator ###
  191. # gitignore for Qt Creator like IDE for pure C/C++ project without Qt
  192. #
  193. # Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
  194. # Qt Creator autogenerated files
  195. # A listing of all the files included in the project
  196. *.files
  197. # Include directories
  198. *.includes
  199. # Project configuration settings like predefined Macros
  200. *.config
  201. # Qt Creator settings
  202. *.creator
  203. # User project settings
  204. *.creator.user*
  205. # Qt Creator backups
  206. # Flags for Clang Code Model
  207. *.cxxflags
  208. *.cflags
  209. ### PyCharm ###
  210. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  211. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  212. # User-specific stuff
  213. .idea/**/workspace.xml
  214. .idea/**/tasks.xml
  215. .idea/**/usage.statistics.xml
  216. .idea/**/dictionaries
  217. .idea/**/shelf
  218. # Generated files
  219. .idea/**/contentModel.xml
  220. # Sensitive or high-churn files
  221. .idea/**/dataSources/
  222. .idea/**/dataSources.ids
  223. .idea/**/dataSources.local.xml
  224. .idea/**/sqlDataSources.xml
  225. .idea/**/dynamic.xml
  226. .idea/**/uiDesigner.xml
  227. .idea/**/dbnavigator.xml
  228. # Gradle
  229. .idea/**/gradle.xml
  230. .idea/**/libraries
  231. # Gradle and Maven with auto-import
  232. # When using Gradle or Maven with auto-import, you should exclude module files,
  233. # since they will be recreated, and may cause churn. Uncomment if using
  234. # auto-import.
  235. # .idea/artifacts
  236. # .idea/compiler.xml
  237. # .idea/jarRepositories.xml
  238. # .idea/modules.xml
  239. # .idea/*.iml
  240. # .idea/modules
  241. # *.iml
  242. # *.ipr
  243. # CMake
  244. cmake-build-*/
  245. # Mongo Explorer plugin
  246. .idea/**/mongoSettings.xml
  247. # File-based project format
  248. *.iws
  249. # IntelliJ
  250. out/
  251. # mpeltonen/sbt-idea plugin
  252. .idea_modules/
  253. # JIRA plugin
  254. atlassian-ide-plugin.xml
  255. # Cursive Clojure plugin
  256. .idea/replstate.xml
  257. # Crashlytics plugin (for Android Studio and IntelliJ)
  258. com_crashlytics_export_strings.xml
  259. crashlytics.properties
  260. crashlytics-build.properties
  261. fabric.properties
  262. # Editor-based Rest Client
  263. .idea/httpRequests
  264. # Android studio 3.1+ serialized cache file
  265. .idea/caches/build_file_checksums.ser
  266. ### PyCharm Patch ###
  267. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  268. # *.iml
  269. # modules.xml
  270. # .idea/misc.xml
  271. # *.ipr
  272. # Sonarlint plugin
  273. # https://plugins.jetbrains.com/plugin/7973-sonarlint
  274. .idea/**/sonarlint/
  275. # SonarQube Plugin
  276. # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
  277. .idea/**/sonarIssues.xml
  278. # Markdown Navigator plugin
  279. # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
  280. .idea/**/markdown-navigator.xml
  281. .idea/**/markdown-navigator-enh.xml
  282. .idea/**/markdown-navigator/
  283. # Cache file creation bug
  284. # See https://youtrack.jetbrains.com/issue/JBR-2257
  285. .idea/$CACHE_FILE$
  286. # CodeStream plugin
  287. # https://plugins.jetbrains.com/plugin/12206-codestream
  288. .idea/codestream.xml