.env
.env.*
!.env.example
.git/
.pytest_cache/
.venv/
__pycache__/
contracts/build/
dist/
build/
*.pyc
*.pyo
*.log

