.gitignore 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. # ------------------------ RUST ------------------------ #
  2. # Generated by Cargo
  3. # will have compiled files and executables
  4. target/
  5. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  6. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  7. Cargo.lock
  8. # These are backup files generated by rustfmt
  9. **/*.rs.bk
  10. # ------------------------ Nim ------------------------ #
  11. nimcache/
  12. nimblecache/
  13. htmldocs/
  14. *.exe
  15. *.log
  16. # ------------------------ Python ------------------------ #
  17. # Byte-compiled / optimized / DLL files
  18. __pycache__/
  19. *.py[cod]
  20. *$py.class
  21. # C extensions
  22. *.so
  23. # Distribution / packaging
  24. .Python
  25. build/
  26. develop-eggs/
  27. dist/
  28. downloads/
  29. eggs/
  30. .eggs/
  31. lib/
  32. lib64/
  33. parts/
  34. sdist/
  35. var/
  36. wheels/
  37. pip-wheel-metadata/
  38. share/python-wheels/
  39. *.egg-info/
  40. .installed.cfg
  41. *.egg
  42. MANIFEST
  43. # PyInstaller
  44. # Usually these files are written by a python script from a template
  45. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  46. *.manifest
  47. *.spec
  48. # Installer logs
  49. pip-log.txt
  50. pip-delete-this-directory.txt
  51. # Unit test / coverage reports
  52. htmlcov/
  53. .tox/
  54. .nox/
  55. .coverage
  56. .coverage.*
  57. .cache
  58. nosetests.xml
  59. coverage.xml
  60. *.cover
  61. *.py,cover
  62. .hypothesis/
  63. .pytest_cache/
  64. # Translations
  65. *.mo
  66. *.pot
  67. # Django stuff:
  68. *.log
  69. local_settings.py
  70. db.sqlite3
  71. db.sqlite3-journal
  72. # Flask stuff:
  73. instance/
  74. .webassets-cache
  75. # Scrapy stuff:
  76. .scrapy
  77. # Sphinx documentation
  78. docs/_build/
  79. # Jupyter Notebook
  80. .ipynb_checkpoints
  81. # IPython
  82. profile_default/
  83. ipython_config.py
  84. # pyenv
  85. .python-version
  86. # pipenv
  87. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  88. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  89. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  90. # install all needed dependencies.
  91. #Pipfile.lock
  92. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  93. __pypackages__/
  94. # Celery stuff
  95. celerybeat-schedule
  96. celerybeat.pid
  97. # SageMath parsed files
  98. *.sage.py
  99. # Environments
  100. .env
  101. .venv
  102. env/
  103. venv/
  104. ENV/
  105. env.bak/
  106. venv.bak/
  107. # Spyder project settings
  108. .spyderproject
  109. .spyproject
  110. # Rope project settings
  111. .ropeproject
  112. # mkdocs documentation
  113. /site
  114. # mypy
  115. .mypy_cache/
  116. .dmypy.json
  117. dmypy.json
  118. # Pyre type checker
  119. .pyre/
  120. # ------------------------ Android ------------------------ #
  121. # Built application files
  122. *.apk
  123. *.aar
  124. *.ap_
  125. *.aab
  126. # Files for the ART/Dalvik VM
  127. *.dex
  128. # Java class files
  129. *.class
  130. # Generated files
  131. bin/
  132. gen/
  133. out/
  134. # Uncomment the following line in case you need and you don't have the release build type files in your app
  135. # release/
  136. # Gradle files
  137. .gradle/
  138. build/
  139. # Local configuration file (sdk path, etc)
  140. local.properties
  141. # Proguard folder generated by Eclipse
  142. proguard/
  143. # Android Studio Navigation editor temp files
  144. .navigation/
  145. # Android Studio captures folder
  146. captures/
  147. # IntelliJ
  148. *.iml
  149. .idea/workspace.xml
  150. .idea/tasks.xml
  151. .idea/gradle.xml
  152. .idea/assetWizardSettings.xml
  153. .idea/dictionaries
  154. .idea/libraries
  155. # Android Studio 3 in .gitignore file.
  156. .idea/caches
  157. .idea/modules.xml
  158. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  159. .idea/navEditor.xml
  160. # Keystore files
  161. # Uncomment the following lines if you do not want to check your keystore files in.
  162. #*.jks
  163. #*.keystore
  164. # External native build folder generated in Android Studio 2.2 and later
  165. .externalNativeBuild
  166. .cxx/
  167. # Google Services (e.g. APIs or Firebase)
  168. # google-services.json
  169. # Freeline
  170. freeline.py
  171. freeline/
  172. freeline_project_description.json
  173. # fastlane
  174. fastlane/report.xml
  175. fastlane/Preview.html
  176. fastlane/screenshots
  177. fastlane/test_output
  178. fastlane/readme.md
  179. # Version control
  180. vcs.xml
  181. # lint
  182. lint/intermediates/
  183. lint/generated/
  184. lint/outputs/
  185. lint/tmp/
  186. # lint/reports/
  187. # ------------------------ Cpp ------------------------ #
  188. # Prerequisites
  189. *.d
  190. # Compiled Object files
  191. *.slo
  192. *.lo
  193. *.o
  194. *.obj
  195. # Precompiled Headers
  196. *.gch
  197. *.pch
  198. # Compiled Dynamic libraries
  199. *.so
  200. *.dylib
  201. *.dll
  202. # Fortran module files
  203. *.mod
  204. *.smod
  205. # Compiled Static libraries
  206. *.lai
  207. *.la
  208. *.a
  209. *.lib
  210. # Executables
  211. # *.exe - Nim provides
  212. *.out
  213. *.app
  214. .idea/
  215. .idea