This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/.gitignore
s3goat d1f76712c0
Patch 2ffs (#2)
* without that global, BM will crash

* pep fix

pep is quite the stickler

* that warning was cut short a bit

"Because you are not currently connected to the network, the BM will not be sent right now"

* little fixes

* pep

* removed global streamNumber 

will be autoset I guess

* pylint  :-(

* disa lint

* no "because"

* lint :-(

* omg

* oh my

* f it

* avoid addr

* []

* # pylint: disable=W0291   #  very helpful against overzealous checks

* spaces

* yy
2018-09-21 16:36:43 +02:00

19 lines
206 B
Plaintext

**pyc
**dat
**.DS_Store
src/build
src/dist
src/.eggs
src/.project
src/.pydevproject
src/.settings/
src/**/.dll
src/**/*.o
src/**/*.so
build/lib.*
build/temp.*
dist
*.egg-info
docs/_*/*
docs/autodoc/
pyan/