You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

205 lines
3.0 KiB

  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### macOS template
  3. # General
  4. .DS_Store
  5. .AppleDouble
  6. .LSOverride
  7. # Icon must end with two \r
  8. Icon
  9. # Thumbnails
  10. ._*
  11. # Files that might appear in the root of a volume
  12. .DocumentRevisions-V100
  13. .fseventsd
  14. .Spotlight-V100
  15. .TemporaryItems
  16. .Trashes
  17. .VolumeIcon.icns
  18. .com.apple.timemachine.donotpresent
  19. # Directories potentially created on remote AFP share
  20. .AppleDB
  21. .AppleDesktop
  22. Network Trash Folder
  23. Temporary Items
  24. .apdisk
  25. ### Python template
  26. # Byte-compiled / optimized / DLL files
  27. __pycache__/
  28. *.py[cod]
  29. *$py.class
  30. # C extensions
  31. *.so
  32. # Distribution / packaging
  33. .Python
  34. build/
  35. develop-eggs/
  36. dist/
  37. downloads/
  38. eggs/
  39. .eggs/
  40. lib/
  41. lib64/
  42. parts/
  43. sdist/
  44. var/
  45. wheels/
  46. *.egg-info/
  47. .installed.cfg
  48. *.egg
  49. MANIFEST
  50. # PyInstaller
  51. # Usually these files are written by a python script from a template
  52. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  53. *.manifest
  54. *.spec
  55. # Installer logs
  56. pip-log.txt
  57. pip-delete-this-directory.txt
  58. # Unit test / coverage reports
  59. htmlcov/
  60. .tox/
  61. .coverage
  62. .coverage.*
  63. .cache
  64. nosetests.xml
  65. coverage.xml
  66. *.cover
  67. .hypothesis/
  68. junitxml/
  69. # Translations
  70. *.mo
  71. *.pot
  72. # Django stuff:
  73. *.log
  74. local_settings.py
  75. # Flask stuff:
  76. instance/
  77. .webassets-cache
  78. # Scrapy stuff:
  79. .scrapy
  80. # Sphinx documentation
  81. docs/_build/
  82. # PyBuilder
  83. target/
  84. # Jupyter Notebook
  85. .ipynb_checkpoints
  86. # pyenv
  87. .python-version
  88. # celery beat schedule file
  89. celerybeat-schedule
  90. # SageMath parsed files
  91. *.sage.py
  92. # Environments
  93. .env
  94. .venv
  95. env/
  96. venv/
  97. ENV/
  98. env.bak/
  99. venv.bak/
  100. # Spyder project settings
  101. .spyderproject
  102. .spyproject
  103. # Rope project settings
  104. .ropeproject
  105. # mkdocs documentation
  106. /site
  107. # mypy
  108. .mypy_cache/
  109. ### JetBrains template
  110. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  111. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  112. # User-specific stuff:
  113. .idea/**/workspace.xml
  114. .idea/**/tasks.xml
  115. .idea/dictionaries
  116. # Sensitive or high-churn files:
  117. .idea/**/dataSources/
  118. .idea/**/dataSources.ids
  119. .idea/**/dataSources.xml
  120. .idea/**/dataSources.local.xml
  121. .idea/**/sqlDataSources.xml
  122. .idea/**/dynamic.xml
  123. .idea/**/uiDesigner.xml
  124. # Gradle:
  125. .idea/**/gradle.xml
  126. .idea/**/libraries
  127. # CMake
  128. cmake-build-debug/
  129. # Mongo Explorer plugin:
  130. .idea/**/mongoSettings.xml
  131. ## File-based project format:
  132. *.iws
  133. ## Plugin-specific files:
  134. # IntelliJ
  135. out/
  136. # mpeltonen/sbt-idea plugin
  137. .idea_modules/
  138. # JIRA plugin
  139. atlassian-ide-plugin.xml
  140. # Cursive Clojure plugin
  141. .idea/replstate.xml
  142. # Crashlytics plugin (for Android Studio and IntelliJ)
  143. com_crashlytics_export_strings.xml
  144. crashlytics.properties
  145. crashlytics-build.properties
  146. fabric.properties
  147. ### VirtualEnv template
  148. # Virtualenv
  149. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  150. [Bb]in
  151. [Ii]nclude
  152. [Ll]ib
  153. [Ll]ib64
  154. [Ll]ocal
  155. [Ss]cripts
  156. pyvenv.cfg
  157. pip-selfcheck.json
  158. /data/raw/*
  159. /data/sparql/*
  160. # ignore db to avoid merge conflicts
  161. *.sqlite3
  162. # ignore django/node generated static files
  163. node_modules/
  164. app/staticfiles/
  165. app/server/static/bundle/
  166. app/server/webpack-stats.json