1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- build/
- develop-eggs/
- dist/
- downloads/
- eggs/
- .eggs/
- lib64/
- parts/
- sdist/
- var/
- wheels/
- share/python-wheels/
- *.egg-info/
- .installed.cfg
- *.egg
- # PyInstaller
- # Usually these files are written by a python script from a template
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
- *.manifest
- *.spec
- # Installer logs
- pip-log.txt
- pip-delete-this-directory.txt
- # Translations
- *.mo
- *.pot
- # Sphinx documentation
- docs/_build/
- # PyBuilder
- target/
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
- __pypackages__/
- # Celery stuff
- celerybeat-schedule
- celerybeat.pid
- # SageMath parsed files
- *.sage.py
- # Environments
- .env
- .venv
- env/
- venv/
- ENV/
- env.bak/
- venv.bak/
- # Spyder project settings
- .spyderproject
- .spyproject
- # Rope project settings
- .ropeproject
- # mkdocs documentation
- /site
- # mypy
- .mypy_cache/
- .dmypy.json
- dmypy.json
- # Pyre type checker
- .pyre/
- # pytype static type analyzer
- .pytype/
- # Cython debug symbols
- cython_debug/
- MP-SPDZ/
- MP-SPDZ
- Programs/
- local/
- logs/
- Player-Data/
- Programs
- .logs
- Player-Data
- local
- tcp/Crypto/
- tcp/Crypto
|