.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # node and NPM
  2. npm-debug.log
  3. node_modules
  4. # swap files
  5. *~
  6. *.swp
  7. examples/data/*
  8. examples/runs/*
  9. examples/.ipynb_checkpoints/*
  10. env.sh
  11. # Byte-compiled / optimized / DLL files
  12. __pycache__/
  13. *.py[cod]
  14. *$py.class
  15. # C extensions
  16. *.so
  17. # Distribution / packaging
  18. .Python
  19. build/
  20. develop-eggs/
  21. dist/
  22. downloads/
  23. eggs/
  24. .eggs/
  25. lib/
  26. lib64/
  27. parts/
  28. sdist/
  29. var/
  30. wheels/
  31. share/python-wheels/
  32. *.egg-info/
  33. .installed.cfg
  34. *.egg
  35. MANIFEST
  36. # PyInstaller
  37. # Usually these files are written by a python script from a template
  38. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  39. *.manifest
  40. *.spec
  41. # Installer logs
  42. pip-log.txt
  43. pip-delete-this-directory.txt
  44. # Unit test / coverage reports
  45. htmlcov/
  46. .tox/
  47. .nox/
  48. .coverage
  49. .coverage.*
  50. .cache
  51. nosetests.xml
  52. coverage.xml
  53. *.cover
  54. *.py,cover
  55. .hypothesis/
  56. .pytest_cache/
  57. cover/
  58. # Translations
  59. *.mo
  60. *.pot
  61. # Mr Developer
  62. .mr.developer.cfg
  63. .project
  64. .pydevproject
  65. .idea
  66. .vscode
  67. # Rope
  68. .ropeproject
  69. # Django stuff:
  70. *.log
  71. local_settings.py
  72. db.sqlite3
  73. db.sqlite3-journal
  74. # Flask stuff:
  75. instance/
  76. .webassets-cache
  77. # Scrapy stuff:
  78. .scrapy
  79. # Sphinx documentation
  80. docs/_build/
  81. docs/tmp*
  82. # PyBuilder
  83. .pybuilder/
  84. target/
  85. # Jupyter Notebook
  86. .ipynb_checkpoints
  87. # IPython
  88. profile_default/
  89. ipython_config.py
  90. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  91. __pypackages__/
  92. # Celery stuff
  93. celerybeat-schedule
  94. celerybeat.pid
  95. # SageMath parsed files
  96. *.sage.py
  97. # Environments
  98. .env
  99. .venv
  100. env/
  101. venv/
  102. ENV/
  103. env.bak/
  104. venv.bak/
  105. # Spyder project settings
  106. .spyderproject
  107. .spyproject
  108. # Rope project settings
  109. .ropeproject
  110. # mkdocs documentation
  111. /site
  112. # mypy
  113. .mypy_cache/
  114. .dmypy.json
  115. dmypy.json
  116. # Pyre type checker
  117. .pyre/
  118. # pytype static type analyzer
  119. .pytype/
  120. # Cython debug symbols
  121. cython_debug/
  122. # OS X garbage
  123. .DS_Store
  124. # Debian things
  125. debian/reproducible-experiment-platform
  126. debian/files
  127. *.substvars
  128. *.debhelper.log
  129. # protobuf stuff
  130. hivemind/proto/*_pb2*
  131. # libp2p-daemon binary
  132. hivemind/hivemind_cli/p2pd