.git
.gitignore
.env
.env.*
!.env.example
.dart_tool
**/.dart_tool
**/.idea
**/build
bin
coverage
*.out
*.iml

