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.

194 lines
2.8 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. # Translations
  69. *.mo
  70. *.pot
  71. # Django stuff:
  72. *.log
  73. local_settings.py
  74. # Flask stuff:
  75. instance/
  76. .webassets-cache
  77. # Scrapy stuff:
  78. .scrapy
  79. # Sphinx documentation
  80. docs/_build/
  81. # PyBuilder
  82. target/
  83. # Jupyter Notebook
  84. .ipynb_checkpoints
  85. # pyenv
  86. .python-version
  87. # celery beat schedule file
  88. celerybeat-schedule
  89. # SageMath parsed files
  90. *.sage.py
  91. # Environments
  92. .env
  93. .venv
  94. env/
  95. venv/
  96. ENV/
  97. env.bak/
  98. venv.bak/
  99. # Spyder project settings
  100. .spyderproject
  101. .spyproject
  102. # Rope project settings
  103. .ropeproject
  104. # mkdocs documentation
  105. /site
  106. # mypy
  107. .mypy_cache/
  108. ### JetBrains template
  109. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  110. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  111. # User-specific stuff:
  112. .idea/**/workspace.xml
  113. .idea/**/tasks.xml
  114. .idea/dictionaries
  115. # Sensitive or high-churn files:
  116. .idea/**/dataSources/
  117. .idea/**/dataSources.ids
  118. .idea/**/dataSources.xml
  119. .idea/**/dataSources.local.xml
  120. .idea/**/sqlDataSources.xml
  121. .idea/**/dynamic.xml
  122. .idea/**/uiDesigner.xml
  123. # Gradle:
  124. .idea/**/gradle.xml
  125. .idea/**/libraries
  126. # CMake
  127. cmake-build-debug/
  128. # Mongo Explorer plugin:
  129. .idea/**/mongoSettings.xml
  130. ## File-based project format:
  131. *.iws
  132. ## Plugin-specific files:
  133. # IntelliJ
  134. out/
  135. # mpeltonen/sbt-idea plugin
  136. .idea_modules/
  137. # JIRA plugin
  138. atlassian-ide-plugin.xml
  139. # Cursive Clojure plugin
  140. .idea/replstate.xml
  141. # Crashlytics plugin (for Android Studio and IntelliJ)
  142. com_crashlytics_export_strings.xml
  143. crashlytics.properties
  144. crashlytics-build.properties
  145. fabric.properties
  146. ### VirtualEnv template
  147. # Virtualenv
  148. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  149. [Bb]in
  150. [Ii]nclude
  151. [Ll]ib
  152. [Ll]ib64
  153. [Ll]ocal
  154. [Ss]cripts
  155. pyvenv.cfg
  156. pip-selfcheck.json
  157. /data/raw/*
  158. /data/sparql/*