**/target/
**/bin/
**/obj/
.tools/
.idea/
*.iml
artifacts/
.env
.DS_Store
**/__pycache__/
*.pyc

# Local credentials, backups and release tools
.env*
!.env.example
!.env.*.example
!**/.env.example
!**/.env.*.example
*.env.bak*
*.pem
*.p12
*.pfx
/.tools/
__pycache__/
*.pyc

.cache/
