.gitignore (99B)
1 __pycache__ 2 *.pyc 3 *.egg-info/ 4 build/ 5 dist/ 6 solidity/*.bin 7 solidity/*.json 8 gmon.out 9 .idea 10 venv 11 .venv