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.

.gitignore 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. *.swp
  2. /tests/etc
  3. /extra/sitegen/hooks-enabled
  4. # Byte-compiled / optimized / DLL files
  5. __pycache__/
  6. *.py[cod]
  7. *$py.class
  8. # C extensions
  9. *.so
  10. # Distribution / packaging
  11. .Python
  12. env/
  13. build/
  14. develop-eggs/
  15. dist/
  16. downloads/
  17. eggs/
  18. .eggs/
  19. lib/
  20. lib64/
  21. parts/
  22. sdist/
  23. var/
  24. *.egg-info/
  25. .installed.cfg
  26. *.egg
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit test / coverage reports
  36. htmlcov/
  37. .tox/
  38. .coverage
  39. .coverage.*
  40. .cache
  41. nosetests.xml
  42. coverage.xml
  43. *,cover
  44. .hypothesis/
  45. # Translations
  46. *.mo
  47. *.pot
  48. # Django stuff:
  49. *.log
  50. local_settings.py
  51. # Flask stuff:
  52. instance/
  53. .webassets-cache
  54. # Scrapy stuff:
  55. .scrapy
  56. # Sphinx documentation
  57. docs/_build/
  58. # PyBuilder
  59. target/
  60. # Jupyter Notebook
  61. .ipynb_checkpoints
  62. # pyenv
  63. .python-version
  64. # celery beat schedule file
  65. celerybeat-schedule
  66. # dotenv
  67. .env
  68. # virtualenv
  69. .venv/
  70. venv/
  71. ENV/
  72. # Spyder project settings
  73. .spyderproject
  74. # Rope project settings
  75. .ropeproject
  76. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  77. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  78. # User-specific stuff:
  79. .idea/workspace.xml
  80. .idea/tasks.xml
  81. # Sensitive or high-churn files:
  82. .idea/dataSources/
  83. .idea/dataSources.ids
  84. .idea/dataSources.xml
  85. .idea/dataSources.local.xml
  86. .idea/sqlDataSources.xml
  87. .idea/dynamic.xml
  88. .idea/uiDesigner.xml
  89. # Gradle:
  90. .idea/gradle.xml
  91. .idea/libraries
  92. # Mongo Explorer plugin:
  93. .idea/mongoSettings.xml
  94. ## File-based project format:
  95. *.iws
  96. ## Plugin-specific files:
  97. # IntelliJ
  98. /out/
  99. # mpeltonen/sbt-idea plugin
  100. .idea_modules/
  101. # JIRA plugin
  102. atlassian-ide-plugin.xml
  103. # Crashlytics plugin (for Android Studio and IntelliJ)
  104. com_crashlytics_export_strings.xml
  105. crashlytics.properties
  106. crashlytics-build.properties
  107. fabric.properties