.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. # Files for the Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # ---> Linux
  26. *~
  27. # KDE directory preferences
  28. .directory
  29. # Linux trash folder which might appear on any partition or disk
  30. .Trash-*
  31. # ---> Python
  32. # Byte-compiled / optimized / DLL files
  33. __pycache__/
  34. *.py[cod]
  35. *$py.class
  36. # C extensions
  37. *.so
  38. # Distribution / packaging
  39. .Python
  40. env/
  41. build/
  42. develop-eggs/
  43. dist/
  44. downloads/
  45. eggs/
  46. .eggs/
  47. lib/
  48. lib64/
  49. parts/
  50. sdist/
  51. var/
  52. *.egg-info/
  53. .installed.cfg
  54. *.egg
  55. # PyInstaller
  56. # Usually these files are written by a python script from a template
  57. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  58. *.manifest
  59. *.spec
  60. # Installer logs
  61. pip-log.txt
  62. pip-delete-this-directory.txt
  63. # Unit test / coverage reports
  64. htmlcov/
  65. .tox/
  66. .coverage
  67. .coverage.*
  68. .cache
  69. nosetests.xml
  70. coverage.xml
  71. *,cover
  72. # Translations
  73. *.mo
  74. *.pot
  75. # Django stuff:
  76. *.log
  77. # Sphinx documentation
  78. docs/_build/
  79. # PyBuilder
  80. target/
  81. # ---> Windows
  82. # Windows image file caches
  83. Thumbs.db
  84. ehthumbs.db
  85. # Folder config file
  86. Desktop.ini
  87. # Recycle Bin used on file shares
  88. $RECYCLE.BIN/
  89. # Windows Installer files
  90. *.cab
  91. *.msi
  92. *.msm
  93. *.msp
  94. # Windows shortcuts
  95. *.lnk
  96. # ---> Eclipse
  97. *.pydevproject
  98. .metadata
  99. .gradle
  100. bin/
  101. tmp/
  102. *.tmp
  103. *.bak
  104. *.swp
  105. *~.nib
  106. local.properties
  107. .settings/
  108. .loadpath
  109. # Eclipse Core
  110. .project
  111. # External tool builders
  112. .externalToolBuilders/
  113. # Locally stored "Eclipse launch configurations"
  114. *.launch
  115. # CDT-specific
  116. .cproject
  117. # JDT-specific (Eclipse Java Development Tools)
  118. .classpath
  119. # Java annotation processor (APT)
  120. .factorypath
  121. # PDT-specific
  122. .buildpath
  123. # sbteclipse plugin
  124. .target
  125. # TeXlipse plugin
  126. .texlipse
  127. # picture files
  128. *.jpg
  129. /*.jpg
  130. *.png
  131. /*.png
  132. /*.pdf
  133. *.pdf
  134. /*.txt
  135. *.txt
  136. # train files
  137. *.h5
  138. /*.h5
  139. # xml annotation files
  140. *.xml
  141. /*.xml
  142. *.pkl
  143. /*.pkl
  144. *.json
  145. /*.json
  146. *.WIN2016
  147. /*.WIN2016
  148. *.deeejas-X509FL
  149. /*.deeejas-X509FL
  150. *.PDF
  151. *.pdf
  152. /*.PDF
  153. /*.pdf