.gitignore 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. build/
  2. develop-eggs/
  3. dist/
  4. downloads/
  5. eggs/
  6. .eggs/
  7. lib64/
  8. parts/
  9. sdist/
  10. var/
  11. wheels/
  12. share/python-wheels/
  13. *.egg-info/
  14. .installed.cfg
  15. *.egg
  16. # PyInstaller
  17. # Usually these files are written by a python script from a template
  18. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  19. *.manifest
  20. *.spec
  21. # Installer logs
  22. pip-log.txt
  23. pip-delete-this-directory.txt
  24. # Translations
  25. *.mo
  26. *.pot
  27. # Sphinx documentation
  28. docs/_build/
  29. # PyBuilder
  30. target/
  31. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  32. __pypackages__/
  33. # Celery stuff
  34. celerybeat-schedule
  35. celerybeat.pid
  36. # SageMath parsed files
  37. *.sage.py
  38. # Environments
  39. .env
  40. .venv
  41. env/
  42. venv/
  43. ENV/
  44. env.bak/
  45. venv.bak/
  46. # Spyder project settings
  47. .spyderproject
  48. .spyproject
  49. # Rope project settings
  50. .ropeproject
  51. # mkdocs documentation
  52. /site
  53. # mypy
  54. .mypy_cache/
  55. .dmypy.json
  56. dmypy.json
  57. # Pyre type checker
  58. .pyre/
  59. # pytype static type analyzer
  60. .pytype/
  61. # Cython debug symbols
  62. cython_debug/
  63. MP-SPDZ/
  64. MP-SPDZ
  65. Programs/
  66. local/
  67. logs/
  68. Player-Data/
  69. Programs
  70. .logs
  71. Player-Data
  72. local
  73. tcp/Crypto/
  74. tcp/Crypto